aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2024-02-18 00:30:45 +0100
committerTor Egge <Tor.Egge@online.no>2024-02-18 00:30:45 +0100
commit0847336213b66b89ba048388902731fdf0d0a555 (patch)
tree7aa21289d14026464a8bcf4ae36b7953ce03c41f
parent4f878d5dcc8cff54a1954215176fce9ea55f2956 (diff)
Add override for destructor.
-rw-r--r--searchlib/src/tests/attribute/bitvector/bitvector_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/tests/attribute/bitvector/bitvector_test.cpp b/searchlib/src/tests/attribute/bitvector/bitvector_test.cpp
index f0a5d3f519f..2532c120226 100644
--- a/searchlib/src/tests/attribute/bitvector/bitvector_test.cpp
+++ b/searchlib/src/tests/attribute/bitvector/bitvector_test.cpp
@@ -53,7 +53,7 @@ public:
using AttributePtr = AttributeVector::SP;
BitVectorTest();
- ~BitVectorTest();
+ ~BitVectorTest() override;
template <typename VectorType>
VectorType & as(AttributePtr &v);