Basics of splitting up Decoder tree like Content.
[dcpomatic.git] / src / lib / dcp_subtitle_decoder.h
index 1f53776228fcb7513fb0012f4f4c88c39d3c2843..fcefc0201c492326c8a44655f353546c8969afa2 100644 (file)
@@ -22,7 +22,7 @@
 
 class DCPSubtitleContent;
 
-class DCPSubtitleDecoder : public SubtitleDecoder, public DCPSubtitle
+class DCPSubtitleDecoder : public DCPSubtitle, public Decoder
 {
 public:
        DCPSubtitleDecoder (boost::shared_ptr<const DCPSubtitleContent>);