std::shared_ptr
[dcpomatic.git] / src / lib / examine_content_job.cc
index 3be38863d46e4204bf364da3989ee4b1d7e0fe19..fb943915517ca215e0566ce86c804276059ea88d 100644 (file)
@@ -29,7 +29,7 @@
 
 using std::string;
 using std::cout;
-using boost::shared_ptr;
+using std::shared_ptr;
 
 ExamineContentJob::ExamineContentJob (shared_ptr<const Film> film, shared_ptr<Content> c)
        : Job (film)