re-thinking batch render help so revert to previous
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / batchrender.h
index 5fcff0864f614740006a36766f5e97742b763362..f84c15f08f0b1430f07d3e43a859555667edc6a9 100644 (file)
@@ -110,6 +110,7 @@ public:
        BC_Window* new_gui();
 
        int test_edl_files();
+       int test_errmsg(BatchRenderWarnJobs &err_jobs, const char *msg, int *warn);
        void calculate_dest_paths(ArrayList<char*> *paths,
                Preferences *preferences);
        void reset(const char *path=0);
@@ -313,7 +314,6 @@ public:
        int *output;
 };
 
-
 class BatchRenderGUI : public BC_Window
 {
 public: