aboutsummaryrefslogtreecommitdiffstats
path: root/storageapi/src/vespa/storageapi/message/bucket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storageapi/src/vespa/storageapi/message/bucket.cpp')
-rw-r--r--storageapi/src/vespa/storageapi/message/bucket.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/storageapi/src/vespa/storageapi/message/bucket.cpp b/storageapi/src/vespa/storageapi/message/bucket.cpp
index 04a40fbc885..520f1aa2741 100644
--- a/storageapi/src/vespa/storageapi/message/bucket.cpp
+++ b/storageapi/src/vespa/storageapi/message/bucket.cpp
@@ -475,6 +475,8 @@ RequestBucketInfoCommand::RequestBucketInfoCommand(
{
}
+RequestBucketInfoCommand::~RequestBucketInfoCommand() = default;
+
document::Bucket
RequestBucketInfoCommand::getBucket() const
{