std::shared_ptr
[dcpomatic.git] / src / wx / timeline_text_content_view.cc
index 1345ea5e49457950f4abea14fc9ef571285dfa7d..722a9f30a30e45cce7628bda6eaff1f727f8eace 100644 (file)
@@ -22,7 +22,7 @@
 #include "lib/text_content.h"
 #include "lib/content.h"
 
-using boost::shared_ptr;
+using std::shared_ptr;
 
 TimelineTextContentView::TimelineTextContentView (Timeline& tl, shared_ptr<Content> c, shared_ptr<TextContent> caption)
        : TimelineContentView (tl, c)