From 458c2c58284045313bb94e094e23baac29754773 Mon Sep 17 00:00:00 2001 From: bugmaster Date: Thu, 5 Mar 2015 17:11:08 +0300 Subject: [PATCH] Eliminating problem of TKOpenGl compilation --- src/OpenGl/OpenGl_Context.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;