c++ tidying.
[dcpomatic.git] / src / lib / text_content.h
index 21d09ad12b7329e146b5a1169a5ea934cd26dc16..e566d05524721fc952f4cbaeb4fd4806d8c4df95 100644 (file)
@@ -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 ();