Supporters update.
[dcpomatic.git] / src / wx / video_panel.h
index 752e37765fcc9a3f16a99b561f85d19660a89fcd..686d1b99b32300e951013f947b08fa20ec1ceee5 100644 (file)
@@ -27,7 +27,8 @@
 #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"
 
 
 class CheckBox;
@@ -47,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;