diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-10-23 21:28:29 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-10-23 21:28:29 +0300 |
commit | bb72ad2969f536356334b0538108748e3947b041 (patch) | |
tree | acadbe0ddabca1962071250fdda61e5557abebfa /sax/source | |
parent | f7e422deac40fc47234755dfcbc50da38bb34112 (diff) |
WaE: implicit conversion of NULL constant to 'nullptr_t'
Change-Id: I23a85ba05a596b566be35ebecc6b1804c0d0cb62
Diffstat (limited to 'sax/source')
-rw-r--r-- | sax/source/tools/CachedOutputStream.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/source/tools/CachedOutputStream.hxx b/sax/source/tools/CachedOutputStream.hxx index fc74118a63ea..f11697871ad0 100644 --- a/sax/source/tools/CachedOutputStream.hxx +++ b/sax/source/tools/CachedOutputStream.hxx @@ -47,7 +47,7 @@ public: , mpCache(mnMaximumSize) , pSeq(mpCache.get()) , mbWriteToOutStream(true) - , mpForMerge(NULL) + , mpForMerge(nullptr) {} ~CachedOutputStream() {} |