fix min speed value 0.005, fix canvas lock hang, fix reset_caches crashing on vicon...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / editpopup.inc
index c5c69ea8b4be6215ffcbe28d1ad47f2dd88b66d6..142afb9616ef2dca5c5c18261495c85a48bb48f9 100644 (file)
@@ -23,6 +23,7 @@
 #define __EDITPOPUP_INC__
 
 class EditPopup;
+class EditPopupOpenEDL;
 class EditPopupClearSelect;
 class EditPopupCopy;
 class EditPopupCopyPack;
@@ -33,5 +34,7 @@ class EditPopupMutePack;
 class EditPopupPaste;
 class EditPopupOverwrite;
 class EditPopupOverwritePlugins;
+class EditCollectEffects;
+class EditPasteEffects;
 
 #endif