From 35b7741fdf948bfdded1ebab6ce6e3dd9e763d33 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Thu, 1 Sep 2022 19:58:27 +0000 Subject: Use override --- searchlib/src/vespa/searchlib/attribute/singlenumericattribute.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searchlib/src/vespa/searchlib/attribute/singlenumericattribute.h b/searchlib/src/vespa/searchlib/attribute/singlenumericattribute.h index 7b8d452b810..fd2767eaee1 100644 --- a/searchlib/src/vespa/searchlib/attribute/singlenumericattribute.h +++ b/searchlib/src/vespa/searchlib/attribute/singlenumericattribute.h @@ -44,7 +44,7 @@ public: explicit SingleValueNumericAttribute(const vespalib::string & baseFileName); // Only for testing SingleValueNumericAttribute(const vespalib::string & baseFileName, const AttributeVector::Config & c); - ~SingleValueNumericAttribute() final; + ~SingleValueNumericAttribute() override; uint32_t getValueCount(DocId doc) const override { if (doc >= B::getNumDocs()) { -- cgit v1.2.3