From c7ccbb77a09e595cc9963cb8995ec4f798874feb Mon Sep 17 00:00:00 2001 From: kgv Date: Fri, 3 Oct 2014 10:19:14 +0400 Subject: [PATCH] update OpenGl_Window constructor arguments in OpenGl_Window_1.mm --- src/OpenGl/OpenGl_Window_1.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenGl/OpenGl_Window_1.mm b/src/OpenGl/OpenGl_Window_1.mm index 2ac4f5d746..db279c5964 100644 --- a/src/OpenGl/OpenGl_Window_1.mm +++ b/src/OpenGl/OpenGl_Window_1.mm @@ -39,7 +39,7 @@ namespace // function : OpenGl_Window // purpose : // ======================================================================= -OpenGl_Window::OpenGl_Window (const Handle(Aspect_DisplayConnection)& /*theDisplayConnection*/, +OpenGl_Window::OpenGl_Window (const Handle(OpenGl_GraphicDriver)& theDriver, const CALL_DEF_WINDOW& theCWindow, Aspect_RenderingContext theGContext, const Handle(OpenGl_Caps)& theCaps,