X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fself_dkdm_dialog.h;h=20c138c41c4ac058f99a18a81ad391d03b5a4556;hb=d31674ec14bb533fe2b195601e9ee2fe03848487;hp=ca25a775de7e89f515ccdec46319c8e811bfdcab;hpb=be00f12bdb5d74677ae55c7919fae9339e882090;p=dcpomatic.git diff --git a/src/wx/self_dkdm_dialog.h b/src/wx/self_dkdm_dialog.h index ca25a775d..20c138c41 100644 --- a/src/wx/self_dkdm_dialog.h +++ b/src/wx/self_dkdm_dialog.h @@ -19,9 +19,11 @@ */ #include "wx_util.h" +#include "lib/warnings.h" #include +DCPOMATIC_DISABLE_WARNINGS #include -#include +DCPOMATIC_ENABLE_WARNINGS #include #include @@ -33,7 +35,7 @@ class DirPickerCtrl; class SelfDKDMDialog : public wxDialog { public: - SelfDKDMDialog (wxWindow *, boost::shared_ptr); + SelfDKDMDialog (wxWindow *, std::shared_ptr); boost::filesystem::path cpl () const; @@ -42,6 +44,7 @@ public: private: void setup_sensitivity (); + void dkdm_write_type_changed (); KDMCPLPanel* _cpl; wxRadioButton* _internal;