aboutsummaryrefslogtreecommitdiffstats
path: root/storageapi
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-11-24 11:17:01 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-11-24 13:05:22 +0000
commit23940966c79d9977e3d7ba4939037f90058a5b50 (patch)
tree82a1928fef6a5076eb7a8a861bb4ff0cc646bf28 /storageapi
parent1545c0208a32e96db1bf17237b465757e7eab617 (diff)
Remove load type from MergeStatus and Mergehandler.
Diffstat (limited to 'storageapi')
-rw-r--r--storageapi/src/vespa/storageapi/message/bucket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storageapi/src/vespa/storageapi/message/bucket.h b/storageapi/src/vespa/storageapi/message/bucket.h
index e5ec7698329..072d02c7d32 100644
--- a/storageapi/src/vespa/storageapi/message/bucket.h
+++ b/storageapi/src/vespa/storageapi/message/bucket.h
@@ -199,7 +199,7 @@ public:
GetBucketDiffCommand(const document::Bucket &bucket,
const std::vector<Node>&,
Timestamp maxTimestamp);
- ~GetBucketDiffCommand();
+ ~GetBucketDiffCommand() override;
const std::vector<Node>& getNodes() const { return _nodes; }
Timestamp getMaxTimestamp() const { return _maxTimestamp; }