Remove old content_subtitle.
[dcpomatic.git] / src / wx / subtitle_view.h
index 94ef5217178c61552c4612008437db76c43bc3d8..7272c608cb3a909be39727638faa871e4994ee23 100644 (file)
@@ -18,7 +18,7 @@
 
 */
 
-#include "lib/content_subtitle.h"
+#include "lib/content_text.h"
 #include <boost/shared_ptr.hpp>
 #include <wx/wx.h>
 #include <wx/listctrl.h>
@@ -32,7 +32,7 @@ public:
        SubtitleView (wxWindow *, boost::shared_ptr<Film>, boost::shared_ptr<Content> content, boost::shared_ptr<Decoder>, FilmViewer* viewer);
 
 private:
-       void data_start (ContentTextSubtitle cts);
+       void data_start (ContentPlainText cts);
        void data_stop (ContentTime time);
        void subtitle_selected (wxListEvent &);