X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcontrols.h;h=f04f3aab6c60cc27bb4a02d7858131930b16fdb5;hb=d0188ed3e1ea5536e729e93b87d54114368120ac;hp=a7e32179c33d4830c39e0891e0e8cf5bb89f94cb;hpb=449f383f13e5755c523db11f9adef53b58391025;p=dcpomatic.git diff --git a/src/wx/controls.h b/src/wx/controls.h index a7e32179c..f04f3aab6 100644 --- a/src/wx/controls.h +++ b/src/wx/controls.h @@ -25,7 +25,6 @@ #include "lib/dcpomatic_time.h" #include "lib/film.h" -#include "lib/types.h" #include LIBDCP_DISABLE_WARNINGS #include @@ -33,6 +32,7 @@ LIBDCP_ENABLE_WARNINGS #include +class CheckBox; class ClosedCaptionsDialog; class Content; class ContentView; @@ -108,9 +108,9 @@ private: bool _slider_being_moved; - wxCheckBox* _outline_content; + CheckBox* _outline_content; wxChoice* _eye; - wxCheckBox* _jump_to_selected; + CheckBox* _jump_to_selected; wxButton* _rewind_button; wxButton* _back_button; wxButton* _forward_button;