summaryrefslogtreecommitdiff
path: root/Source/Core/Common/GL/GLInterface/BGL.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/Common/GL/GLInterface/BGL.cpp')
-rw-r--r--Source/Core/Common/GL/GLInterface/BGL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/GL/GLInterface/BGL.cpp b/Source/Core/Common/GL/GLInterface/BGL.cpp
index 7cc9070a49..ed2670efc5 100644
--- a/Source/Core/Common/GL/GLInterface/BGL.cpp
+++ b/Source/Core/Common/GL/GLInterface/BGL.cpp
@@ -13,7 +13,7 @@ void cInterfaceBGL::Swap()
m_gl->SwapBuffers();
}
-bool cInterfaceBGL::Create(void* window_handle, bool core)
+bool cInterfaceBGL::Create(void* window_handle, bool stereo, bool core)
{
m_window = static_cast<BWindow*>(window_handle);