diff options
Diffstat (limited to 'src/wx/video_panel.h')
| -rw-r--r-- | src/wx/video_panel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h index 81e65d820..686d1b99b 100644 --- a/src/wx/video_panel.h +++ b/src/wx/video_panel.h @@ -27,7 +27,7 @@ #include "content_sub_panel.h" #include "content_widget.h" #include "timecode.h" -#include "lib/film.h" +#include "lib/film_property.h" #include "lib/video_frame_type.h" @@ -48,7 +48,7 @@ public: explicit VideoPanel (ContentPanel *); void create () override; - void film_changed (Film::Property) override; + void film_changed(FilmProperty) override; void film_content_changed (int) override; void content_selection_changed () override; |
