std::shared_ptr
[dcpomatic.git] / src / wx / timeline_view.h
index d94e101244de0d028e941b9a9972c15cadf0e0fd..bfd1de8b752a9e7fb84915355484c87a9d2f8265 100644 (file)
@@ -53,6 +53,6 @@ private:
        dcpomatic::Rect<int> _last_paint_bbox;
 };
 
-typedef std::vector<boost::shared_ptr<TimelineView> > TimelineViewList;
+typedef std::vector<std::shared_ptr<TimelineView> > TimelineViewList;
 
 #endif