WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t'
Change-Id: I6d989baabe4ff59b91c3fdb725f75a7d9e01f5e0
This commit is contained in:
@@ -55,7 +55,7 @@ OpenGLSalGraphicsImpl::OpenGLSalGraphicsImpl()
|
||||
: mpFrame(NULL)
|
||||
, mbOffscreen(false)
|
||||
, mnFramebufferId(0)
|
||||
, mpOffscreenTex(NULL)
|
||||
, mpOffscreenTex(nullptr)
|
||||
, mnLineColor(SALCOLOR_NONE)
|
||||
, mnFillColor(SALCOLOR_NONE)
|
||||
, mnSolidProgram(0)
|
||||
|
Reference in New Issue
Block a user