Initial stuff; mostly ok but some hints are still not implemented as warnings.
[dcpomatic.git] / src / wx / film_editor.h
index 768be9d3cd826fd15a2b429e6cac80bdc7bd9527..e19fcabdf81cd45db2fe0fd0ac8551a08b7c33d5 100644 (file)
@@ -16,7 +16,7 @@
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 */
+
 /** @file src/wx/film_editor.h
  *  @brief FilmEditor class.
  */
@@ -48,7 +48,7 @@ public:
        ContentPanel* content_panel () const {
                return _content_panel;
        }
-       
+
        boost::shared_ptr<Film> film () const {
                return _film;
        }
@@ -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;