diff options
Diffstat (limited to 'src/wx/film_editor.h')
| -rw-r--r-- | src/wx/film_editor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h index 578ef9e80..28afe7ff0 100644 --- a/src/wx/film_editor.h +++ b/src/wx/film_editor.h @@ -69,7 +69,7 @@ private: void subtitle_stream_changed (wxCommandEvent &); /* Handle changes to the model */ - void film_changed (FilmState::Property); + void film_changed (Film::Property); /* Button clicks */ void edit_filters_clicked (wxCommandEvent &); @@ -84,7 +84,7 @@ private: wxControl* video_control (wxControl *); wxControl* still_control (wxControl *); - FilmState::Property _ignore_changes; + Film::Property _ignore_changes; /** The film we are editing */ Film* _film; |
