X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fplain_text_decoder.h;h=f11fe3eabc46c436f1222cf55a199e3e110e8c4c;hp=4bdedf58d380e90c915e58c5371c527db69a1d22;hb=c53c3e9f3d08478a391bfa1989772378609af693;hpb=c1f98c84cdf3829b31929453b8a89fdcbdcd0c42 diff --git a/src/lib/plain_text_decoder.h b/src/lib/plain_text_decoder.h index 4bdedf58d..f11fe3eab 100644 --- a/src/lib/plain_text_decoder.h +++ b/src/lib/plain_text_decoder.h @@ -22,14 +22,14 @@ #define DCPOMATIC_TEXT_SUBTITLE_DECODER_H #include "text_decoder.h" -#include "text_subtitle.h" +#include "plain_text.h" class PlainText; -class TextTextDecoder : public Decoder, public TextSubtitle +class PlainTextDecoder : public Decoder, public PlainText { public: - TextTextDecoder (boost::shared_ptr, boost::shared_ptr log); + PlainTextDecoder (boost::shared_ptr, boost::shared_ptr log); void seek (ContentTime time, bool accurate); bool pass ();