summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/record_store.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/record_store.h')
-rw-r--r--src/mongo/db/storage/record_store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/storage/record_store.h b/src/mongo/db/storage/record_store.h
index 7880616da03..d5152e51d23 100644
--- a/src/mongo/db/storage/record_store.h
+++ b/src/mongo/db/storage/record_store.h
@@ -286,7 +286,7 @@ public:
* @return total estimate size (in bytes) on stable storage
*/
virtual int64_t storageSize(OperationContext* opCtx,
- BSONObjBuilder* extraInfo = NULL,
+ BSONObjBuilder* extraInfo = nullptr,
int infoLevel = 0) const = 0;
// CRUD related