From: kgv Date: Fri, 3 Oct 2014 06:19:14 +0000 (+0400) Subject: update OpenGl_Window constructor arguments in OpenGl_Window_1.mm X-Git-Tag: V6_8_0_beta~33 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=c7ccbb77a09e595cc9963cb8995ec4f798874feb;p=occt.git update OpenGl_Window constructor arguments in OpenGl_Window_1.mm --- 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,