diff options
Diffstat (limited to 'src/wx/film_editor.h')
| -rw-r--r-- | src/wx/film_editor.h | 2 |
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); |
