More renaming.
[dcpomatic.git] / src / lib / plain_text_decoder.h
index 046c5f8e011332e56eabefd03c7441af6ffe0c6e..f11fe3eabc46c436f1222cf55a199e3e110e8c4c 100644 (file)
 
 class PlainText;
 
-class TextTextDecoder : public Decoder, public TextSubtitle
+class PlainTextDecoder : public Decoder, public PlainText
 {
 public:
-       TextTextDecoder (boost::shared_ptr<const PlainText>, boost::shared_ptr<Log> log);
+       PlainTextDecoder (boost::shared_ptr<const PlainTextContent>, boost::shared_ptr<Log> log);
 
        void seek (ContentTime time, bool accurate);
        bool pass ();