summaryrefslogtreecommitdiff
path: root/src/lib/text_content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/text_content.h')
-rw-r--r--src/lib/text_content.h2
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 ();