summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2018-05-11 12:23:49 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2018-05-11 14:03:41 +0000
commitd98dee6d8a0c9187fcc4a5f58b31de625daade86 (patch)
treebe40527b22b92ad3f1cc22b94beba90c1fddec14 /searchcore/src/tests/proton/attribute
parent5a852eb51843dc2040c916047349b550aa761451 (diff)
Deinline
Diffstat (limited to 'searchcore/src/tests/proton/attribute')
-rw-r--r--searchcore/src/tests/proton/attribute/attributeflush_test.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/searchcore/src/tests/proton/attribute/attributeflush_test.cpp b/searchcore/src/tests/proton/attribute/attributeflush_test.cpp
index eb6b17a9826..d73cd805af1 100644
--- a/searchcore/src/tests/proton/attribute/attributeflush_test.cpp
+++ b/searchcore/src/tests/proton/attribute/attributeflush_test.cpp
@@ -74,8 +74,8 @@ public:
FlushHandler()
: _executor(1, 65536),
gate()
- {
- }
+ { }
+ ~FlushHandler();
void
doFlushing(Executor::Task::UP task)
@@ -108,6 +108,7 @@ public:
run();
};
+FlushHandler::~FlushHandler() = default;
void
UpdaterTask::startFlushing(uint64_t syncToken, FlushHandler & handler)