summaryrefslogtreecommitdiff
path: root/io/source/TextInputStream/TextInputStream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/source/TextInputStream/TextInputStream.cxx')
-rw-r--r--io/source/TextInputStream/TextInputStream.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/io/source/TextInputStream/TextInputStream.cxx b/io/source/TextInputStream/TextInputStream.cxx
index 98db657aa55f..de67189f844a 100644
--- a/io/source/TextInputStream/TextInputStream.cxx
+++ b/io/source/TextInputStream/TextInputStream.cxx
@@ -115,10 +115,10 @@ public:
OTextInputStream::OTextInputStream()
: mbEncodingInitialized(false)
- , mConvText2Unicode(NULL)
- , mContextText2Unicode(NULL)
+ , mConvText2Unicode(nullptr)
+ , mContextText2Unicode(nullptr)
, mSeqSource(READ_BYTE_COUNT)
- , mpBuffer(NULL)
+ , mpBuffer(nullptr)
, mnBufferSize(0)
, mnCharsInBuffer(0)
, mbReachedEOF(false)