X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fdkdm_output_panel.h;h=9bdbd5672153e6a7a854ac248f2cb72cd9b4552b;hb=4d8f96e15edb4807cc9773cc7f9eb6aa56ac2dc8;hp=9ad2a40a5f8744fa298c5cfe072ce10a52d65fae;hpb=b9a1ad3df5f9d85fb7439efd93fede72b9b078af;p=dcpomatic.git diff --git a/src/wx/dkdm_output_panel.h b/src/wx/dkdm_output_panel.h index 9ad2a40a5..9bdbd5672 100644 --- a/src/wx/dkdm_output_panel.h +++ b/src/wx/dkdm_output_panel.h @@ -22,14 +22,15 @@ #include "name_format_editor.h" #include "wx_util.h" #include "lib/kdm_with_metadata.h" -#include "lib/warnings.h" #include -DCPOMATIC_DISABLE_WARNINGS +#include +LIBDCP_DISABLE_WARNINGS #include -DCPOMATIC_ENABLE_WARNINGS +LIBDCP_ENABLE_WARNINGS #include +class CheckBox; class DirPickerCtrl; class Job; class KDMTimingPanel; @@ -55,11 +56,11 @@ public: private: NameFormatEditor* _filename_format; - wxCheckBox* _write_to; + CheckBox* _write_to; #ifdef DCPOMATIC_USE_OWN_PICKER DirPickerCtrl* _folder; #else wxDirPickerCtrl* _folder; #endif - wxCheckBox* _email; + CheckBox* _email; };