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

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

Change-Id: I6d989baabe4ff59b91c3fdb725f75a7d9e01f5e0
üst ca2fefb8
......@@ -55,7 +55,7 @@ OpenGLSalGraphicsImpl::OpenGLSalGraphicsImpl()
: mpFrame(NULL)
, mbOffscreen(false)
, mnFramebufferId(0)
, mpOffscreenTex(NULL)
, mpOffscreenTex(nullptr)
, mnLineColor(SALCOLOR_NONE)
, mnFillColor(SALCOLOR_NONE)
, mnSolidProgram(0)
......
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