summaryrefslogtreecommitdiff
path: root/sax
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-10-23 21:28:29 +0300
committerTor Lillqvist <tml@collabora.com>2014-10-23 21:28:29 +0300
commitbb72ad2969f536356334b0538108748e3947b041 (patch)
treeacadbe0ddabca1962071250fdda61e5557abebfa /sax
parentf7e422deac40fc47234755dfcbc50da38bb34112 (diff)
WaE: implicit conversion of NULL constant to 'nullptr_t'
Change-Id: I23a85ba05a596b566be35ebecc6b1804c0d0cb62
Diffstat (limited to 'sax')
-rw-r--r--sax/source/tools/CachedOutputStream.hxx2
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() {}