summaryrefslogtreecommitdiff
path: root/src/mongo/client/index_spec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/client/index_spec.cpp')
-rw-r--r--src/mongo/client/index_spec.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/client/index_spec.cpp b/src/mongo/client/index_spec.cpp
index c5d3061d781..4562a8fe17f 100644
--- a/src/mongo/client/index_spec.cpp
+++ b/src/mongo/client/index_spec.cpp
@@ -46,8 +46,8 @@ namespace {
const int kIndexTypeNumbers[] = {IndexSpec::kIndexValAscending, IndexSpec::kIndexValDescending};
-const char* const kIndexTypeStrings[] = {NULL,
- NULL,
+const char* const kIndexTypeStrings[] = {nullptr,
+ nullptr,
IndexSpec::kIndexValText,
IndexSpec::kIndexValGeo2D,
IndexSpec::kIndexValGeoHaystack,