From d2807cacb97dd6dd9b519af7d697a2a10e39564e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 2 Dec 2021 20:37:15 +0100 Subject: Missing overrides. --- src/lib/dkdm_wrapper.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/dkdm_wrapper.h') diff --git a/src/lib/dkdm_wrapper.h b/src/lib/dkdm_wrapper.h index 0c2992bc4..7227fdc86 100644 --- a/src/lib/dkdm_wrapper.h +++ b/src/lib/dkdm_wrapper.h @@ -61,8 +61,8 @@ public: : _dkdm (k) {} - std::string name () const; - void as_xml (xmlpp::Element *) const; + std::string name () const override; + void as_xml (xmlpp::Element *) const override; dcp::EncryptedKDM dkdm () const { return _dkdm; @@ -80,11 +80,11 @@ public: : _name (name) {} - std::string name () const { + std::string name () const override { return _name; } - void as_xml (xmlpp::Element *) const; + void as_xml (xmlpp::Element *) const override; std::list> children () const { return _children; -- cgit v1.2.3