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

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

Change-Id: I71923bdeb7b66662f114b3e72d9e3846f8b9ff92
üst 14596452
...@@ -134,7 +134,7 @@ bool OpenGLSalGraphicsImpl::AcquireContext( bool bOffscreen ) ...@@ -134,7 +134,7 @@ bool OpenGLSalGraphicsImpl::AcquireContext( bool bOffscreen )
pContext =CreateWinContext(); pContext =CreateWinContext();
mpContext.reset(pContext); mpContext.reset(pContext);
return (mpContext != NULL); return (mpContext != nullptr);
} }
bool OpenGLSalGraphicsImpl::ReleaseContext() bool OpenGLSalGraphicsImpl::ReleaseContext()
......
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