Introduce the idea of unknown original subtitle type to clean up the GUI a bit.
[dcpomatic.git] / src / lib / text_content.h
index 5aacc7ecf7182f38ebcd7685d308ab93cab79b86..e5981acafe90edda62f7aa389dbc1fd6f16efc13 100644 (file)
@@ -58,7 +58,7 @@ public:
 class TextContent : public ContentPart
 {
 public:
-       TextContent (Content* parent, TextType original_type);
+       TextContent (Content* parent, TextType type, TextType original_type);
        TextContent (Content* parent, std::vector<boost::shared_ptr<Content> >);
 
        void as_xml (xmlpp::Node *) const;