From: Marcin Siodelski Date: Fri, 2 Oct 2020 17:40:30 +0000 (+0200) Subject: [#1428] Added override in CQL backend X-Git-Tag: Kea-1.9.1~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57ed86aa9e811ddaaa0483cf24eac8b62bad46e5;p=thirdparty%2Fkea.git [#1428] Added override in CQL backend --- diff --git a/src/lib/dhcpsrv/cql_host_data_source.h b/src/lib/dhcpsrv/cql_host_data_source.h index d07003e891..f06c0da128 100644 --- a/src/lib/dhcpsrv/cql_host_data_source.h +++ b/src/lib/dhcpsrv/cql_host_data_source.h @@ -394,7 +394,7 @@ public: /// @return Collection of const @c Host objects. virtual ConstHostCollection getAll6(const SubnetID& subnet_id, - const asiolink::IOAddress& address) const; + const asiolink::IOAddress& address) const override; /// @brief Returns a collection of all the hosts. ///