diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-08-08 18:11:11 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-08-09 10:18:46 +0200 |
| commit | a3c1ae7c2e46b65347341896b3d1a505ff92632b (patch) | |
| tree | 2b096eb0676f52c9989952e341f2bd98143ce125 /src/wx/video_panel.h | |
| parent | af5b9dfadf8989311cd5f78554349f0283912522 (diff) | |
Extract Film::Property to its own header to (maybe) increase compilation speed.
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; |
