aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-09-01 19:58:27 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-09-01 19:58:27 +0000
commit35b7741fdf948bfdded1ebab6ce6e3dd9e763d33 (patch)
tree86390b84bf027d1202aeeb55e14819b7c82f31c5
parentb0c559320ebf0f6927db542e4d6841e8ff151c70 (diff)
Use override
-rw-r--r--searchlib/src/vespa/searchlib/attribute/singlenumericattribute.h2
1 files changed, 1 insertions, 1 deletions
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()) {