Add option to analyse audio automatically when content is added (#673).
[dcpomatic.git] / src / wx / film_editor.h
index 43a1214c2c915aad424bd63178c8852201cb823f..e19fcabdf81cd45db2fe0fd0ac8551a08b7c33d5 100644 (file)
@@ -58,7 +58,7 @@ public:
        void film_content_changed (int);
 
        void set_general_sensitivity (bool);
-       void active_jobs_changed (bool);
+       void active_jobs_changed (boost::optional<std::string>);
 
        wxNotebook* _main_notebook;
        ContentPanel* _content_panel;