From 0dc500396907a10452eb3fc651c2b36b267ef899 Mon Sep 17 00:00:00 2001 From: Laurent Gomila Date: Sat, 11 Jun 2011 18:51:43 +0200 Subject: [PATCH] Fixed warning in GlxContext constructor --- src/SFML/Window/Linux/GlxContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SFML/Window/Linux/GlxContext.cpp b/src/SFML/Window/Linux/GlxContext.cpp index 08c62aca4..026c2d079 100644 --- a/src/SFML/Window/Linux/GlxContext.cpp +++ b/src/SFML/Window/Linux/GlxContext.cpp @@ -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) {