Basic template support (#485).
[dcpomatic.git] / src / lib / text_subtitle_content.h
index 3b9d396f610dd2f56f7d5b069f099d23734d9371..fd0bad12a310957ff23e657d4cfe2e9e313278c4 100644 (file)
@@ -38,7 +38,7 @@ 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;
 
 private: