Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
[dcpomatic.git] / src / lib / content_text.h
index eaba64ecfcb97d8a6f1ba3171aa192bb7bd4b2b1..3ef011f61173eefed1902a3a6fd7ae521016772a 100644 (file)
@@ -67,10 +67,10 @@ public:
  *  as the dcp::SubtitleString timings are sometimes quite heavily quantised and this causes problems
  *  when we want to compare the quantised periods to the unquantised ones.
  */
-class ContentPlainText : public ContentText
+class ContentStringText : public ContentText
 {
 public:
-       ContentPlainText (ContentTime f, TextType type, std::list<dcp::SubtitleString> s)
+       ContentStringText (ContentTime f, TextType type, std::list<dcp::SubtitleString> s)
                : ContentText (f, type)
                , subs (s)
        {}