diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-08 21:56:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-08 21:56:56 +0100 |
| commit | 444809fb888ed99803f2d19c94d3faef067cf348 (patch) | |
| tree | e221f08bb20af8007b5ae2df028b30c41b36e68e /src/lib/text_content.h | |
| parent | 1776f46fd988b4a61ed9dfa64e5b4dd2196cdd66 (diff) | |
c++ tidying.
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 21d09ad12..e566d0552 100644 --- a/src/lib/text_content.h +++ b/src/lib/text_content.h @@ -63,6 +63,7 @@ class TextContent : public ContentPart public: TextContent (Content* parent, TextType type, TextType original_type); TextContent (Content* parent, std::vector<std::shared_ptr<Content> >); + TextContent (Content* parent, cxml::ConstNodePtr, int version); void as_xml (xmlpp::Node *) const; std::string identifier () const; @@ -182,7 +183,6 @@ public: private: friend struct ffmpeg_pts_offset_test; - TextContent (Content* parent, cxml::ConstNodePtr, int version); void font_changed (); void connect_to_fonts (); |
