summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/distributor/bucketdbupdater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/vespa/storage/distributor/bucketdbupdater.cpp b/storage/src/vespa/storage/distributor/bucketdbupdater.cpp
index 9ce59b257c2..ce7f7afc670 100644
--- a/storage/src/vespa/storage/distributor/bucketdbupdater.cpp
+++ b/storage/src/vespa/storage/distributor/bucketdbupdater.cpp
@@ -51,7 +51,7 @@ BucketDBUpdater::print(std::ostream& out, bool verbose, const std::string& inden
bool
BucketDBUpdater::hasPendingClusterState() const
{
- return (bool)_pendingClusterState;
+ return static_cast<bool>(_pendingClusterState);
}
BucketOwnership