X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgraphics%2Fwgl%2Fglcontext.cpp;h=2791fed5e7cc8e01444cbbdccd6c2dec1f62cc0a;hb=294c354ae3b1f26887c37f866f082e52c08d80f1;hp=5f9ae42bc777486660a9c375a94428df769ce804;hpb=2ed9d7a0a96638bdf0614c1cf858719e7ced40d3;p=libs%2Fgui.git diff --git a/source/graphics/wgl/glcontext.cpp b/source/graphics/wgl/glcontext.cpp index 5f9ae42..2791fed 100644 --- a/source/graphics/wgl/glcontext.cpp +++ b/source/graphics/wgl/glcontext.cpp @@ -26,7 +26,7 @@ typedef HGLRC ContextHandle; struct GLContext::Private { - ContextHandle context; + ContextHandle context = 0; };