From aa4aef2e2ca5558a2c945f351cb82c3d3d322e36 Mon Sep 17 00:00:00 2001 From: Egor Date: Sat, 3 Feb 2018 12:29:24 -0800 Subject: Fixed MacOS build error --- Graphics/GraphicsEngineOpenGL/src/GLContextMacOS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineOpenGL') diff --git a/Graphics/GraphicsEngineOpenGL/src/GLContextMacOS.cpp b/Graphics/GraphicsEngineOpenGL/src/GLContextMacOS.cpp index 65cca525..b578dd92 100644 --- a/Graphics/GraphicsEngineOpenGL/src/GLContextMacOS.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/GLContextMacOS.cpp @@ -32,7 +32,7 @@ namespace Diligent { - GLContext::GLContext( struct EngineGLAttribs &InitAttribs, DeviceCaps &DeviceCaps ) + GLContext::GLContext( const EngineGLAttribs &InitAttribs, DeviceCaps &DeviceCaps ) { if (GetCurrentNativeGLContext() == nullptr) { -- cgit v1.2.3