aboutsummaryrefslogtreecommitdiffstats
path: root/storageapi/src/vespa/storageapi/message/bucket.h
diff options
context:
space:
mode:
Diffstat (limited to 'storageapi/src/vespa/storageapi/message/bucket.h')
-rw-r--r--storageapi/src/vespa/storageapi/message/bucket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/storageapi/src/vespa/storageapi/message/bucket.h b/storageapi/src/vespa/storageapi/message/bucket.h
index 5fd79ffffea..47785a92039 100644
--- a/storageapi/src/vespa/storageapi/message/bucket.h
+++ b/storageapi/src/vespa/storageapi/message/bucket.h
@@ -354,6 +354,7 @@ public:
RequestBucketInfoCommand(document::BucketSpace bucketSpace,
uint16_t distributor,
const lib::ClusterState& state);
+ ~RequestBucketInfoCommand() override;
const std::vector<document::BucketId>& getBuckets() const { return _buckets; }