std::shared_ptr
[dcpomatic.git] / src / wx / verify_dcp_dialog.cc
index 6432d21c7a9922930cf094a620bf4ea9de47dea1..bf78113d9f5519e96263a5f7397d2f39357bde0a 100644 (file)
@@ -29,7 +29,7 @@ DCPOMATIC_ENABLE_WARNINGS
 #include <boost/foreach.hpp>
 
 using std::list;
-using boost::shared_ptr;
+using std::shared_ptr;
 
 VerifyDCPDialog::VerifyDCPDialog (wxWindow* parent, shared_ptr<VerifyDCPJob> job)
        : wxDialog (parent, wxID_ANY, _("DCP verification"))