X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fvideo_panel.h;h=81e65d820e68b5e703320122422723b896af97c0;hb=refs%2Ftags%2Fv2.16.38;hp=e67b22deda0944bff89837c21acbb49c005d5292;hpb=3c29aa6531a4046a8db72dcac81189eb8893233c;p=dcpomatic.git diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h index e67b22ded..81e65d820 100644 --- a/src/wx/video_panel.h +++ b/src/wx/video_panel.h @@ -28,7 +28,10 @@ #include "content_widget.h" #include "timecode.h" #include "lib/film.h" +#include "lib/video_frame_type.h" + +class CheckBox; class wxButton; class wxChoice; class wxSpinCtrl; @@ -70,7 +73,7 @@ private: void setup_description (); void setup_sensitivity (); - wxCheckBox* _reference; + CheckBox* _reference; wxStaticText* _reference_note; wxStaticText* _type_label; ContentChoice* _frame_type;