diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-09-19 21:45:22 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-09-19 21:45:22 +0200 |
| commit | c7916079e06d985121842962b9736a6673e22dfe (patch) | |
| tree | 05720c8df69b8a8a27f69cef7152ff24d242cfff /src/lib/string_text_file_content.h | |
| parent | c269ebfdae53a2f5c5e9acc6f6588ebb47eeac9d (diff) | |
Fix failure to open v2.14.x documents with invalid or empty subtitle languages (#2085).
Diffstat (limited to 'src/lib/string_text_file_content.h')
| -rw-r--r-- | src/lib/string_text_file_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
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::string>&); std::shared_ptr<StringTextFileContent> shared_from_this () { return std::dynamic_pointer_cast<StringTextFileContent> (Content::shared_from_this ()); |
