summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/array/sort_benchmark.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/array/sort_benchmark.cpp')
-rw-r--r--vespalib/src/tests/array/sort_benchmark.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespalib/src/tests/array/sort_benchmark.cpp b/vespalib/src/tests/array/sort_benchmark.cpp
index 739fba833f1..db5c3c80f5f 100644
--- a/vespalib/src/tests/array/sort_benchmark.cpp
+++ b/vespalib/src/tests/array/sort_benchmark.cpp
@@ -16,7 +16,7 @@ class SortBenchmark : public ::testing::Test
char** _argv;
public:
SortBenchmark(int argc, char **argv);
- ~SortBenchmark();
+ ~SortBenchmark() override;
void TestBody() override;
protected:
template<typename T>