std::shared_ptr
[dcpomatic.git] / src / wx / self_dkdm_dialog.h
index f49749a69fa748abf412e1a8f0ff6f311c5c0f0c..20c138c41c4ac058f99a18a81ad391d03b5a4556 100644 (file)
@@ -24,7 +24,6 @@
 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>
 
@@ -36,7 +35,7 @@ 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;