auto bump fixes, undo tweaks, add drag_speed_highlight, ffmpeg filter setup fixes...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / savefile.h
index 15a1ec71cffc9988626dfa50d9fc3f0faf390b31..cbf0c94a30f13116a03ca2786b99007fbaa85f22 100644 (file)
@@ -129,4 +129,12 @@ public:
        MWindow *mwindow;
 };
 
+class SaveSession : public BC_MenuItem
+{
+public:
+       SaveSession(MWindow *mwindow);
+       int handle_event();
+       MWindow *mwindow;
+};
+
 #endif