Fix failure to open v2.14.x documents with invalid or empty subtitle languages (...
[dcpomatic.git] / src / lib / string_text_file_content.h
index aec86181ccc8ab58adb902c8a6c4e6bc25345a16..ef908051c623c4cbdeae3aa3be7e6811ad96e2ca 100644 (file)
@@ -32,7 +32,7 @@ class StringTextFileContent : public Content
 {
 public:
        StringTextFileContent (boost::filesystem::path);
-       StringTextFileContent (cxml::ConstNodePtr, int);
+       StringTextFileContent (cxml::ConstNodePtr, int, std::list<std::string>&);
 
        std::shared_ptr<StringTextFileContent> shared_from_this () {
                return std::dynamic_pointer_cast<StringTextFileContent> (Content::shared_from_this ());