pot/merge.
[dcpomatic.git] / src / wx / self_dkdm_dialog.h
index f49749a69fa748abf412e1a8f0ff6f311c5c0f0c..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>
 DCPOMATIC_ENABLE_WARNINGS
-#include <boost/shared_ptr.hpp>
 #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;