diff options
| author | Egor <egor.yusov@gmail.com> | 2018-02-03 20:29:24 +0000 |
|---|---|---|
| committer | Egor <egor.yusov@gmail.com> | 2018-02-03 20:29:24 +0000 |
| commit | aa4aef2e2ca5558a2c945f351cb82c3d3d322e36 (patch) | |
| tree | fa3c25c82777a86aebd3d9c61176c2e6e7013e59 /Graphics/GraphicsEngineOpenGL | |
| parent | Fixed Android and MacOS builds (diff) | |
| download | DiligentCore-aa4aef2e2ca5558a2c945f351cb82c3d3d322e36.tar.gz DiligentCore-aa4aef2e2ca5558a2c945f351cb82c3d3d322e36.zip | |
Fixed MacOS build error
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
| -rw-r--r-- | Graphics/GraphicsEngineOpenGL/src/GLContextMacOS.cpp | 2 |
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) { |
