Fix loading of SMPTE subtitles that are not MXF-wrapped.
[dcpomatic.git] / src / lib / dcp_subtitle_content.h
index e1a0b64908dfa9e3126b97dccc889262da7cc1c9..4b5f1fa058f070fe4c71c9052f4d538600f74f38 100644 (file)
@@ -18,8 +18,9 @@
 */
 
 #include "subtitle_content.h"
+#include "dcp_subtitle.h"
 
-class DCPSubtitleContent : public SubtitleContent
+class DCPSubtitleContent : public SubtitleContent, public DCPSubtitle
 {
 public:
        DCPSubtitleContent (boost::shared_ptr<const Film>, boost::filesystem::path);