C++11 tidying.
[dcpomatic.git] / src / wx / self_dkdm_dialog.h
index 509280b5cc482e1d6e3efa62cdbcd09f3c03f30e..151231a002bad0a1d7e2c2ec18eaafe5767991fe 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #include "wx_util.h"
+#include "lib/warnings.h"
 #include <dcp/types.h>
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
-#include <boost/shared_ptr.hpp>
+DCPOMATIC_ENABLE_WARNINGS
 #include <boost/date_time/posix_time/posix_time.hpp>
 #include <map>
 
+
 class Film;
 class KDMCPLPanel;
 class wxDirPickerCtrl;
 class DirPickerCtrl;
 
+
 class SelfDKDMDialog : public wxDialog
 {
 public:
-       SelfDKDMDialog (wxWindow *, boost::shared_ptr<const Film>);
+       SelfDKDMDialog (wxWindow *, std::shared_ptr<const Film>);
 
        boost::filesystem::path cpl () const;