Basic template support (#485).
[dcpomatic.git] / src / lib / atmos_mxf_content.h
index 10c969a7da595dd514db36f9b7bcb51f355690d3..0f5225c2ec7fa8ad871862b05d10399177a48a43 100644 (file)
@@ -32,7 +32,7 @@ public:
 
        void examine (boost::shared_ptr<Job> job);
        std::string summary () const;
-       void as_xml (xmlpp::Node* node) const;
+       void as_xml (xmlpp::Node* node, bool with_path) const;
        DCPTime full_length () const;
 
        static bool valid_mxf (boost::filesystem::path path);