summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-09-05 12:55:29 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-09-05 12:55:29 +0000
commit3e0260e76e22bffeda3fbef7d152ba249b4b34dc (patch)
tree9f13ff92092d86e290216af6e5399c30eb8165e0 /searchcore/src/tests/proton/attribute
parent14d7f43681a92dfba3d47e964c09042184b93960 (diff)
Some c++ cleanup while reading code.
Diffstat (limited to 'searchcore/src/tests/proton/attribute')
-rw-r--r--searchcore/src/tests/proton/attribute/attribute_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/attribute/attribute_test.cpp b/searchcore/src/tests/proton/attribute/attribute_test.cpp
index 800cb8aa0ce..e5314d1bf5d 100644
--- a/searchcore/src/tests/proton/attribute/attribute_test.cpp
+++ b/searchcore/src/tests/proton/attribute/attribute_test.cpp
@@ -149,7 +149,7 @@ public:
{
setup(1);
}
- ~AttributeWriterTest();
+ ~AttributeWriterTest() override;
void setup(uint32_t threads) {
_aw.reset();
_attributeFieldWriterReal = std::make_unique<ForegroundTaskExecutor>(threads);