X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fvideo_panel.h;fp=src%2Fwx%2Fvideo_panel.h;h=752e37765fcc9a3f16a99b561f85d19660a89fcd;hp=e67b22deda0944bff89837c21acbb49c005d5292;hb=b39dbb7cf1b0352cf0eb3af4bf4929556355bff5;hpb=9c6d757fc6ff188521719cad9bf2cd494bb4edd8 diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h index e67b22ded..752e37765 100644 --- a/src/wx/video_panel.h +++ b/src/wx/video_panel.h @@ -29,6 +29,8 @@ #include "timecode.h" #include "lib/film.h" + +class CheckBox; class wxButton; class wxChoice; class wxSpinCtrl; @@ -70,7 +72,7 @@ private: void setup_description (); void setup_sensitivity (); - wxCheckBox* _reference; + CheckBox* _reference; wxStaticText* _reference_note; wxStaticText* _type_label; ContentChoice* _frame_type;