summaryrefslogtreecommitdiffstats
path: root/storageapi
diff options
context:
space:
mode:
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; }