summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineOpenGL
diff options
context:
space:
mode:
authorEgor <egor.yusov@gmail.com>2018-02-03 20:29:24 +0000
committerEgor <egor.yusov@gmail.com>2018-02-03 20:29:24 +0000
commitaa4aef2e2ca5558a2c945f351cb82c3d3d322e36 (patch)
treefa3c25c82777a86aebd3d9c61176c2e6e7013e59 /Graphics/GraphicsEngineOpenGL
parentFixed Android and MacOS builds (diff)
downloadDiligentCore-aa4aef2e2ca5558a2c945f351cb82c3d3d322e36.tar.gz
DiligentCore-aa4aef2e2ca5558a2c945f351cb82c3d3d322e36.zip
Fixed MacOS build error
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
-rw-r--r--Graphics/GraphicsEngineOpenGL/src/GLContextMacOS.cpp2
1 files changed, 1 insertions, 1 deletions
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)
{