std::shared_ptr
[dcpomatic.git] / src / wx / batch_job_view.cc
index 038e8b22881a1c7ceeb11bdc732b82978f70a553..07e330c4ca34be4d98f5aff842529c3382165438 100644 (file)
@@ -25,7 +25,7 @@
 #include <wx/button.h>
 
 using std::list;
-using boost::shared_ptr;
+using std::shared_ptr;
 
 BatchJobView::BatchJobView (shared_ptr<Job> job, wxWindow* parent, wxWindow* container, wxFlexGridSizer* table)
        : JobView (job, parent, container, table)