Don't make _stream_states for unmapped audio, otherwise we wait for content
[dcpomatic.git] / src / wx / timeline_text_content_view.cc
index 1345ea5e49457950f4abea14fc9ef571285dfa7d..a57398599d4392d00296d40deeccd479aa7f7531 100644 (file)
 
 */
 
+
 #include "timeline_text_content_view.h"
 #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)