summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/document_internal.h')
-rw-r--r--src/mongo/db/pipeline/document_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/pipeline/document_internal.h b/src/mongo/db/pipeline/document_internal.h
index 1d2b1b58951..29b541a52a3 100644
--- a/src/mongo/db/pipeline/document_internal.h
+++ b/src/mongo/db/pipeline/document_internal.h
@@ -184,8 +184,8 @@ private:
class DocumentStorage : public RefCountable {
public:
DocumentStorage()
- : _buffer(NULL),
- _bufferEnd(NULL),
+ : _buffer(nullptr),
+ _bufferEnd(nullptr),
_usedBytes(0),
_numFields(0),
_hashTabMask(0),