Basic template support (#485).
[dcpomatic.git] / src / lib / video_mxf_content.h
index ab5375c6bc471c7be4925cdfd3e5afffed5651f5..08946242cddc8272feae8aa060b0daf916915324 100644 (file)
@@ -34,7 +34,7 @@ public:
        std::string summary () const;
        std::string technical_summary () const;
        std::string identifier () const;
-       void as_xml (xmlpp::Node* node) const;
+       void as_xml (xmlpp::Node* node, bool with_paths) const;
        DCPTime full_length () const;
        void add_properties (std::list<UserProperty>& p) const;
        void set_default_colour_conversion ();