fix trace locks hang, drag handle rework-again, 12 reset btns on plugins, booby on
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / interfaceprefs.h
index 0a6f761a1bcd538b0589a512b2195e4c07ad4a01..7a890fb99304bf696ec9e3ff37c7a8df6cedc078 100644 (file)
@@ -40,7 +40,7 @@ public:
        void create_objects();
 // must delete each derived class
        int update(int new_value);
-       const char* behavior_to_text(int mode);
+       static const char* behavior_to_text(int mode);
        int start_shbtn_dialog();
        void start_probe_dialog();
 
@@ -111,7 +111,7 @@ public:
 class ViewBehaviourItem : public BC_MenuItem
 {
 public:
-       ViewBehaviourItem(ViewBehaviourText *popup, char *text, int behaviour);
+       ViewBehaviourItem(ViewBehaviourText *popup, const char *text, int behaviour);
        ~ViewBehaviourItem();
 
        int handle_event();