batch render solution for unsafe buttons by Andrew +
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / appearanceprefs.h
index c7d95ecbfea6db90745662e54ba15acb8202514f..5bde37be400496afceb760aee7137a71288a4dce 100644 (file)
@@ -278,10 +278,10 @@ public:
        PreferencesWindow *pwindow;
 };
 
-class UseWarnVersion : public BC_CheckBox
+class UseUnsafeGUI : public BC_CheckBox
 {
 public:
-       UseWarnVersion(PreferencesWindow *pwindow, int x, int y);
+       UseUnsafeGUI(PreferencesWindow *pwindow, int x, int y);
        int handle_event();
        PreferencesWindow *pwindow;
 };