From 0e5013e1a96af81e4b501ff0c3192c10a061a2c8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 6 Feb 2024 10:58:39 +0100 Subject: Remove all use of add_child() from xmlpp. --- src/lib/audio_content.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/audio_content.h') diff --git a/src/lib/audio_content.h b/src/lib/audio_content.h index 084871c8b..2a140b3e4 100644 --- a/src/lib/audio_content.h +++ b/src/lib/audio_content.h @@ -56,7 +56,7 @@ public: AudioContent (Content* parent, std::vector>); 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 c); -- cgit v1.2.3