[Libreoffice-commits] core.git: vcl/source

Zolnai Tamás tamas.zolnai at collabora.com
Fri Mar 14 14:12:26 PDT 2014


 vcl/source/opengl/OpenGLContext.cxx |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit a12de5aab0c2f1553086de13a7bdb92fac81ee70
Author: Zolnai Tamás <tamas.zolnai at collabora.com>
Date:   Fri Mar 14 22:11:29 2014 +0100

    Fix build: move namespace again.
    
    Change-Id: I60dd154cef72146a2f98ce72480091046fabd6f2

diff --git a/vcl/source/opengl/OpenGLContext.cxx b/vcl/source/opengl/OpenGLContext.cxx
index c19f8f5..2482ebf 100644
--- a/vcl/source/opengl/OpenGLContext.cxx
+++ b/vcl/source/opengl/OpenGLContext.cxx
@@ -98,9 +98,11 @@ debug_callback(GLenum source, GLenum type, GLuint id,
 
 #endif
 
-namespace {
 
 #if defined( UNX )
+
+namespace {
+
 static bool errorTriggered;
 int oglErrorHandler( Display* /*dpy*/, XErrorEvent* /*evnt*/ )
 {


More information about the Libreoffice-commits mailing list