Kaydet (Commit) bb72ad29 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: implicit conversion of NULL constant to 'nullptr_t'

Change-Id: I23a85ba05a596b566be35ebecc6b1804c0d0cb62
üst f7e422de
...@@ -47,7 +47,7 @@ public: ...@@ -47,7 +47,7 @@ public:
, mpCache(mnMaximumSize) , mpCache(mnMaximumSize)
, pSeq(mpCache.get()) , pSeq(mpCache.get())
, mbWriteToOutStream(true) , mbWriteToOutStream(true)
, mpForMerge(NULL) , mpForMerge(nullptr)
{} {}
~CachedOutputStream() {} ~CachedOutputStream() {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment