X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fexport_subtitles_dialog.h;h=0a3177cac8b53b7562ce30ba596697dcc677bffc;hb=6324fd5e218e4fd124772bf4ee2feafdbc3347fc;hp=173dd34625a2f566a090dd72353307dc6139a149;hpb=a0873f70fbc95cc45106c61e9b3c5dfda3b946f9;p=dcpomatic.git diff --git a/src/wx/export_subtitles_dialog.h b/src/wx/export_subtitles_dialog.h index 173dd3462..0a3177cac 100644 --- a/src/wx/export_subtitles_dialog.h +++ b/src/wx/export_subtitles_dialog.h @@ -18,13 +18,20 @@ */ + #include "dir_picker_ctrl.h" #include "table_dialog.h" +#include +LIBDCP_DISABLE_WARNINGS #include +LIBDCP_ENABLE_WARNINGS #include + +class CheckBox; class FilePickerCtrl; + class ExportSubtitlesDialog : public TableDialog { public: @@ -38,8 +45,8 @@ private: void setup_sensitivity (); bool _interop; - wxCheckBox* _split_reels; - wxCheckBox* _include_font; + CheckBox* _split_reels; + CheckBox* _include_font; wxStaticText* _file_label; FilePickerCtrl* _file; DirPickerCtrl* _dir;