summaryrefslogtreecommitdiff
path: root/io/source/TextInputStream
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:17:48 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:29 +0100
commit22980bea48da60918354463d78dd53938f764725 (patch)
tree4e386627fc2037027e0df16a32de2f3deac738b5 /io/source/TextInputStream
parenta96b564aeeea6cd27d68084327d11be615ebc0a8 (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: I04ceb5b1514a1d0bf123a1cded5e1aac3e8dde2f
Diffstat (limited to 'io/source/TextInputStream')
-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)