rework svg plugin, fast flash flush, init resize pixmaps, test edl version
[goodguy/history.git] / cinelerra-5.1 / cinelerra / interfaceprefs.h
index 51028d1a97e8f6e1b36557da57d5f309db5814f3..e1d6fe352fd03feec648a27e0cdf142d2cd6a36f 100644 (file)
@@ -294,6 +294,14 @@ public:
        PreferencesWindow *pwindow;
 };
 
+class UseWarnVersion : public BC_CheckBox
+{
+public:
+       UseWarnVersion(PreferencesWindow *pwindow, int x, int y);
+       int handle_event();
+       PreferencesWindow *pwindow;
+};
+
 class ScanCommercials : public BC_CheckBox
 {
 public: