std::shared_ptr
[dcpomatic.git] / src / lib / video_filter_graph.cc
index 9b297c87bf63549e6736b1134e168c650bd1c026..b35fc14c11897b9edcde688859f15df37a482054 100644 (file)
@@ -34,7 +34,7 @@ using std::pair;
 using std::vector;
 using std::string;
 using std::make_pair;
-using boost::shared_ptr;
+using std::shared_ptr;
 
 VideoFilterGraph::VideoFilterGraph (dcp::Size s, AVPixelFormat p, dcp::Fraction r)
        : _size (s)