FIXME: Remove all use of add_child() from xmlpp.
[dcpomatic.git] / src / lib / j2k_image_proxy.h
index 9666ea406784f9981780661e60ba39c7dcfb2c31..3346fff08c4dc8d8cc82d5270468c52d0d17dd11 100644 (file)
@@ -61,7 +61,7 @@ public:
                boost::optional<dcp::Size> size = boost::optional<dcp::Size> ()
                ) const override;
 
-       void add_metadata (xmlpp::Node *) const override;
+       void add_metadata(xmlpp::Element*) const override;
        void write_to_socket (std::shared_ptr<Socket> override) const override;
        /** @return true if our image is definitely the same as another, false if it is probably not */
        bool same (std::shared_ptr<const ImageProxy>) const override;