summaryrefslogtreecommitdiff
path: root/src/wx/film_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_editor.h')
-rw-r--r--src/wx/film_editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h
index 43a1214c2..e19fcabdf 100644
--- a/src/wx/film_editor.h
+++ b/src/wx/film_editor.h
@@ -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;