diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-03-14 22:06:55 +0100 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-03-14 22:06:55 +0100 |
commit | be147e18e738d3372924c0f6b9c99e2740bdc16a (patch) | |
tree | 07bb39b1bdc2778b906cbc52be58715b8225f702 | |
parent | febe62cd6a501e046d35c6c3528e270c3cff0ebc (diff) |
Fix build: namespace in wrong place.
Change-Id: I1c13e8932b3b95267470963c2b64bb98026749dd
-rw-r--r-- | vcl/source/opengl/OpenGLContext.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/opengl/OpenGLContext.cxx b/vcl/source/opengl/OpenGLContext.cxx index 70ec988fc0d8..c19f8f532df9 100644 --- a/vcl/source/opengl/OpenGLContext.cxx +++ b/vcl/source/opengl/OpenGLContext.cxx @@ -12,8 +12,6 @@ using namespace com::sun::star; -namespace { - #ifdef DBG_UTIL namespace { @@ -100,6 +98,8 @@ debug_callback(GLenum source, GLenum type, GLuint id, #endif +namespace { + #if defined( UNX ) static bool errorTriggered; int oglErrorHandler( Display* /*dpy*/, XErrorEvent* /*evnt*/ ) |