From: bugmaster Date: Thu, 5 Mar 2015 14:11:08 +0000 (+0300) Subject: Eliminating problem of TKOpenGl compilation X-Git-Tag: V6_9_0_beta~58 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=458c2c58284045313bb94e094e23baac29754773;p=occt-copy.git Eliminating problem of TKOpenGl compilation --- diff --git a/src/OpenGl/OpenGl_Context.cxx b/src/OpenGl/OpenGl_Context.cxx index 66e1fb91b5..77eb19c7dc 100644 --- a/src/OpenGl/OpenGl_Context.cxx +++ b/src/OpenGl/OpenGl_Context.cxx @@ -130,7 +130,7 @@ OpenGl_Context::OpenGl_Context (const Handle(OpenGl_Caps)& theCaps) #if defined(HAVE_EGL) myDisplay = (Aspect_Display )EGL_NO_DISPLAY; myWindow = (Aspect_Drawable )EGL_NO_SURFACE; - myGContext = (Aspect_RenderingContext )EGL_NO_CONTEXT); + myGContext = (Aspect_RenderingContext )EGL_NO_CONTEXT; #elif defined(_WIN32) myWindow = NULL; myWindowDC = NULL;