aboutsummaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-11-30 14:46:36 +0100
committerTor Egge <Tor.Egge@broadpark.no>2020-11-30 14:46:36 +0100
commit3174a771b6f31281a722eef28353206e43eac9a1 (patch)
treef324d8d40609a63fca2af6caadbf2ee292cd702c /storage
parentb138b00a987afdaf8e4383a4e555b4889d6db81d (diff)
Add explicit keyword.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/distributor/distributor_bucket_space_repo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/vespa/storage/distributor/distributor_bucket_space_repo.h b/storage/src/vespa/storage/distributor/distributor_bucket_space_repo.h
index eb268d0fbd9..f012b25e351 100644
--- a/storage/src/vespa/storage/distributor/distributor_bucket_space_repo.h
+++ b/storage/src/vespa/storage/distributor/distributor_bucket_space_repo.h
@@ -19,7 +19,7 @@ private:
BucketSpaceMap _map;
public:
- DistributorBucketSpaceRepo(uint16_t node_index);
+ explicit DistributorBucketSpaceRepo(uint16_t node_index);
~DistributorBucketSpaceRepo();
DistributorBucketSpaceRepo(const DistributorBucketSpaceRepo&&) = delete;