X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fself_dkdm_dialog.h;h=20c138c41c4ac058f99a18a81ad391d03b5a4556;hb=d31674ec14bb533fe2b195601e9ee2fe03848487;hp=509280b5cc482e1d6e3efa62cdbcd09f3c03f30e;hpb=cad7088414d36f6cdcc6f52eef192f78d92f3e07;p=dcpomatic.git diff --git a/src/wx/self_dkdm_dialog.h b/src/wx/self_dkdm_dialog.h index 509280b5c..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;