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 576cd5ba1..cd2180b3c 100644
--- a/src/wx/film_editor.h
+++ b/src/wx/film_editor.h
@@ -57,7 +57,7 @@ public:
/* Handle changes to the model */
void film_changed (Film::Property);
- void film_content_changed (int);
+ void film_content_change (ChangeType type, int);
void set_general_sensitivity (bool);
void active_jobs_changed (boost::optional<std::string>);