WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t'

Change-Id: I6d989baabe4ff59b91c3fdb725f75a7d9e01f5e0
This commit is contained in:
Tor Lillqvist
2014-11-11 19:10:05 +02:00
parent ca2fefb879
commit 2018bd1505

View File

@@ -55,7 +55,7 @@ OpenGLSalGraphicsImpl::OpenGLSalGraphicsImpl()
: mpFrame(NULL)
, mbOffscreen(false)
, mnFramebufferId(0)
, mpOffscreenTex(NULL)
, mpOffscreenTex(nullptr)
, mnLineColor(SALCOLOR_NONE)
, mnFillColor(SALCOLOR_NONE)
, mnSolidProgram(0)