From 23940966c79d9977e3d7ba4939037f90058a5b50 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Tue, 24 Nov 2020 11:17:01 +0000 Subject: Remove load type from MergeStatus and Mergehandler. --- storageapi/src/vespa/storageapi/message/bucket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'storageapi') 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&, Timestamp maxTimestamp); - ~GetBucketDiffCommand(); + ~GetBucketDiffCommand() override; const std::vector& getNodes() const { return _nodes; } Timestamp getMaxTimestamp() const { return _maxTimestamp; } -- cgit v1.2.3