18 new shapewipe transitions from rafa, rework savefile/confirm for nested edl edits
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / confirmsave.h
index 84e15be76ba77b7a6580a00a306e135633e76a1b..34e3ee347857245e0961935502b28e810342776f 100644 (file)
@@ -35,12 +35,12 @@ public:
        ConfirmSave();
        ~ConfirmSave();
 
+       static int get_save_path(MWindow *mwindow, char *filename);
 // Return values:
 // 1 cancel
 // 0 replace or doesn't exist yet
        static int test_file(MWindow *mwindow, char *path);
        static int test_files(MWindow *mwindow, ArrayList<char*> *paths);
-
 };
 
 class ConfirmSaveWindow : public BC_Window