X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgraphics%2Fcgl%2Fglcontext.cpp;h=9cddf38795cbe378961ba3f5c3f542b00b7d6e25;hb=bc1a38d6d2c966a6aee74e483ca7a7d37a56909e;hp=c1a3a0e7bc451224a2c54b056d8b691256dc3ed4;hpb=294c354ae3b1f26887c37f866f082e52c08d80f1;p=libs%2Fgui.git diff --git a/source/graphics/cgl/glcontext.cpp b/source/graphics/cgl/glcontext.cpp index c1a3a0e..9cddf38 100644 --- a/source/graphics/cgl/glcontext.cpp +++ b/source/graphics/cgl/glcontext.cpp @@ -14,7 +14,7 @@ typedef CocoaGLContext *ContextHandle; struct GLContext::Private { - ContextHandle context = 0; + ContextHandle context = nullptr; }; void GLContext::platform_init(const GLOptions &opts)