X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fself_dkdm_dialog.h;h=151231a002bad0a1d7e2c2ec18eaafe5767991fe;hb=f802565830bed9ec9e7ad6c16ccaa7b0700625d9;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..151231a00 100644 --- a/src/wx/self_dkdm_dialog.h +++ b/src/wx/self_dkdm_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012 Carl Hetherington + Copyright (C) 2012-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,22 +18,27 @@ */ + #include "wx_util.h" +#include "lib/warnings.h" #include +DCPOMATIC_DISABLE_WARNINGS #include -#include +DCPOMATIC_ENABLE_WARNINGS #include #include + class Film; class KDMCPLPanel; class wxDirPickerCtrl; class DirPickerCtrl; + class SelfDKDMDialog : public wxDialog { public: - SelfDKDMDialog (wxWindow *, boost::shared_ptr); + SelfDKDMDialog (wxWindow *, std::shared_ptr); boost::filesystem::path cpl () const; @@ -42,6 +47,7 @@ public: private: void setup_sensitivity (); + void dkdm_write_type_changed (); KDMCPLPanel* _cpl; wxRadioButton* _internal;