WIP: stop using video directory and hard-linking (#2756).
[dcpomatic.git] / src / lib / audio_content.h
index 084871c8ba8bb6e6da951e0faa885fa6f9532596..2a140b3e4f772bef453dde1d0899b0237d55159d 100644 (file)
@@ -56,7 +56,7 @@ public:
        AudioContent (Content* parent, std::vector<std::shared_ptr<Content>>);
        AudioContent (Content* parent, cxml::ConstNodePtr);
 
-       void as_xml (xmlpp::Node *) const;
+       void as_xml(xmlpp::Element*) const;
        std::string technical_summary () const;
        void take_settings_from (std::shared_ptr<const AudioContent> c);