add binfolder path relative filters, fix gbrp color model, vwdw timebar tweaks, title...
[goodguy/history.git] / cinelerra-5.1 / guicast / bcrecentlist.h
index ecc644d3c5161fa8444a6aa0f75cfee53225b126..225b22cd180c2d2d557620bbbe62a4ad3638a6fc 100644 (file)
@@ -47,7 +47,7 @@ class BC_RecentList : public BC_ListBox
 
        int handle_event();
        int load_items(const char *prefix = NULL);
-       int add_item(const char *prefix, char *text);
+       int add_item(const char *prefix, const char *text);
 
        ArrayList<BC_ListBoxItem*> items;
  private: