]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/wgl/glcontext.cpp
Use default member initializers and defaulted default constructors
[libs/gui.git] / source / graphics / wgl / glcontext.cpp
index 5f9ae42bc777486660a9c375a94428df769ce804..2791fed5e7cc8e01444cbbdccd6c2dec1f62cc0a 100644 (file)
@@ -26,7 +26,7 @@ typedef HGLRC ContextHandle;
 
 struct GLContext::Private
 {
-       ContextHandle context;
+       ContextHandle context = 0;
 };