Basic template support (#485).
[dcpomatic.git] / src / lib / text_subtitle_content.h
index 318d37803fd933ea4f270729f893909903be7feb..fd0bad12a310957ff23e657d4cfe2e9e313278c4 100644 (file)
@@ -38,11 +38,9 @@ public:
        void examine (boost::shared_ptr<Job>);
        std::string summary () const;
        std::string technical_summary () const;
-       void as_xml (xmlpp::Node *) const;
+       void as_xml (xmlpp::Node *, bool with_paths) const;
        DCPTime full_length () const;
 
-       static std::string const font_id;
-
 private:
        ContentTime _length;
 };