Fixed warning in GlxContext constructor

This commit is contained in:
Laurent Gomila 2011-06-11 18:51:43 +02:00
parent 75e07d63d3
commit 0dc5003969

View File

@ -83,7 +83,7 @@ myOwnsWindow(false)
////////////////////////////////////////////////////////////
GlxContext::GlxContext(GlxContext* shared, const ContextSettings& settings, unsigned int width, unsigned int height) :
myWindow (NULL),
myWindow (0),
myContext (NULL),
myOwnsWindow(true)
{