diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-23 16:42:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-23 16:42:28 +0100 |
| commit | 24dcab1d4d8d7a28a939c7c4d786197684f155f6 (patch) | |
| tree | cdd795a6caff66d17e35ed97fbb8b8d39f4fe9fc /src/lib/text_content.h | |
| parent | a5c629cb9b638b67a0e4c2d26fe9ab2e124bf0eb (diff) | |
Introduce the idea of unknown original subtitle type to clean up the GUI a bit.
Diffstat (limited to 'src/lib/text_content.h')
| -rw-r--r-- | src/lib/text_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/text_content.h b/src/lib/text_content.h index 5aacc7ecf..e5981acaf 100644 --- a/src/lib/text_content.h +++ b/src/lib/text_content.h @@ -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; |
