std::shared_ptr
[dcpomatic.git] / src / lib / dcp_subtitle.cc
index f9aa7e0d9f103da6f38d54f5e35621c23c3b6731..6f579b2d3600aee9a05b039791220a748609409f 100644 (file)
@@ -28,7 +28,7 @@
 
 using std::string;
 using std::exception;
-using boost::shared_ptr;
+using std::shared_ptr;
 
 shared_ptr<dcp::SubtitleAsset>
 DCPSubtitle::load (boost::filesystem::path file) const