summaryrefslogtreecommitdiff
path: root/src/lib/plain_text_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-19 01:09:19 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-19 23:45:19 +0100
commitc53c3e9f3d08478a391bfa1989772378609af693 (patch)
tree34a1ebe4b00e50b2a589a552ce8e88be63967c8f /src/lib/plain_text_decoder.h
parenta8cd625da7064816fc890d458c0d4e2dc04ba796 (diff)
More renaming.
Diffstat (limited to 'src/lib/plain_text_decoder.h')
-rw-r--r--src/lib/plain_text_decoder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/plain_text_decoder.h b/src/lib/plain_text_decoder.h
index 046c5f8e0..f11fe3eab 100644
--- a/src/lib/plain_text_decoder.h
+++ b/src/lib/plain_text_decoder.h
@@ -26,10 +26,10 @@
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 ();