From e196f9afeb9465163b96a63d0966f3547ce8ea9e Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Mon, 6 Nov 2017 15:40:12 +0000 Subject: Use nullptr. --- .../storage/distributor/operations/idealstate/idealstateoperation.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/storage/src/vespa/storage/distributor/operations/idealstate/idealstateoperation.cpp b/storage/src/vespa/storage/distributor/operations/idealstate/idealstateoperation.cpp index 07f5834ac63..1e4067eb128 100644 --- a/storage/src/vespa/storage/distributor/operations/idealstate/idealstateoperation.cpp +++ b/storage/src/vespa/storage/distributor/operations/idealstate/idealstateoperation.cpp @@ -26,8 +26,8 @@ const uint32_t IdealStateOperation::MAINTENANCE_MESSAGE_TYPES[] = }; IdealStateOperation::IdealStateOperation(const BucketAndNodes& bucketAndNodes) - : _manager(NULL), - _bucketSpace(NULL), + : _manager(nullptr), + _bucketSpace(nullptr), _bucketAndNodes(bucketAndNodes), _ok(true), _priority(255) -- cgit v1.2.3