std::shared_ptr
[dcpomatic.git] / src / wx / self_dkdm_dialog.cc
index 4c10c8f6bce7ad58ff3a1c775122312229fcf3c2..ceaeff289985e5f6a399a3516729d4b11228549a 100644 (file)
@@ -49,10 +49,10 @@ using std::pair;
 using std::cout;
 using std::vector;
 using std::make_pair;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::bind;
 
-SelfDKDMDialog::SelfDKDMDialog (wxWindow* parent, boost::shared_ptr<const Film> film)
+SelfDKDMDialog::SelfDKDMDialog (wxWindow* parent, std::shared_ptr<const Film> film)
        : wxDialog (parent, wxID_ANY, _("Make DKDM for DCP-o-matic"))
 {
        /* Main sizer */