From c7916079e06d985121842962b9736a6673e22dfe Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 19 Sep 2021 21:45:22 +0200 Subject: Fix failure to open v2.14.x documents with invalid or empty subtitle languages (#2085). --- src/lib/string_text_file_content.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/string_text_file_content.h') diff --git a/src/lib/string_text_file_content.h b/src/lib/string_text_file_content.h index aec86181c..ef908051c 100644 --- a/src/lib/string_text_file_content.h +++ b/src/lib/string_text_file_content.h @@ -32,7 +32,7 @@ class StringTextFileContent : public Content { public: StringTextFileContent (boost::filesystem::path); - StringTextFileContent (cxml::ConstNodePtr, int); + StringTextFileContent (cxml::ConstNodePtr, int, std::list&); std::shared_ptr shared_from_this () { return std::dynamic_pointer_cast (Content::shared_from_this ()); -- cgit v1.2.3