summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbhelpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/dbhelpers.h')
-rw-r--r--src/mongo/db/dbhelpers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/dbhelpers.h b/src/mongo/db/dbhelpers.h
index 47af0b8ffc2..246130853ff 100644
--- a/src/mongo/db/dbhelpers.h
+++ b/src/mongo/db/dbhelpers.h
@@ -83,8 +83,8 @@ struct Helpers {
StringData ns,
BSONObj query,
BSONObj& result,
- bool* nsFound = 0,
- bool* indexFound = 0);
+ bool* nsFound = nullptr,
+ bool* indexFound = nullptr);
/* TODO: should this move into Collection?
* uasserts if no _id index.