clipedit remove vs delete
[goodguy/history.git] / cinelerra-5.0 / cinelerra / interfaceprefs.h
index 714c71fe0b29419ee8488353e5e3914baad0f659..af0dd61c54dfba4d6cb600331881e1c034df22c0 100644 (file)
@@ -276,6 +276,14 @@ public:
        PreferencesWindow *pwindow;
 };
 
+class UseWarnIndecies : public BC_CheckBox
+{
+public:
+       UseWarnIndecies(PreferencesWindow *pwindow, int x, int y);
+       int handle_event();
+       PreferencesWindow *pwindow;
+};
+
 class ScanCommercials : public BC_CheckBox
 {
 public: