1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-07 18:30:55 +03:00

update OpenGl_Window constructor arguments in OpenGl_Window_1.mm

This commit is contained in:
kgv 2014-10-03 10:19:14 +04:00
parent 9df7f42944
commit c7ccbb77a0

View File

@ -39,7 +39,7 @@ namespace
// function : OpenGl_Window // function : OpenGl_Window
// purpose : // purpose :
// ======================================================================= // =======================================================================
OpenGl_Window::OpenGl_Window (const Handle(Aspect_DisplayConnection)& /*theDisplayConnection*/, OpenGl_Window::OpenGl_Window (const Handle(OpenGl_GraphicDriver)& theDriver,
const CALL_DEF_WINDOW& theCWindow, const CALL_DEF_WINDOW& theCWindow,
Aspect_RenderingContext theGContext, Aspect_RenderingContext theGContext,
const Handle(OpenGl_Caps)& theCaps, const Handle(OpenGl_Caps)& theCaps,