summaryrefslogtreecommitdiff
path: root/src/wx/film_editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-19 13:55:46 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-19 13:55:46 +0100
commit4408e6eea87ce9630e71e4a7d40e2dade091b0ee (patch)
tree634dd286de7ee2b18cbdc6bcb8837b52b2f8655f /src/wx/film_editor.h
parent67c604d3fa2391b98ea436e2c6412f1c83a98f77 (diff)
Similar pending/done for Film::Change.
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 cd2180b3c..cbc8f92be 100644
--- a/src/wx/film_editor.h
+++ b/src/wx/film_editor.h
@@ -56,7 +56,7 @@ public:
}
/* Handle changes to the model */
- void film_changed (Film::Property);
+ void film_change (ChangeType, Film::Property);
void film_content_change (ChangeType type, int);
void set_general_sensitivity (bool);