summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-06-02 11:42:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-06-02 11:42:46 +0100
commitf52bbd2bab18c45c687ee466d1caa57a4d515785 (patch)
tree4ff311359903e069c5c8027ae2bdf3331e1de7d1 /vcl
parent3498fd9fe905c2021fe1298769c8e2025c2d6f39 (diff)
fix debugging build
Change-Id: Idb1b1d50260a969446ac1385f93163bea6cf6b04
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/opengl/OpenGLContext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/opengl/OpenGLContext.cxx b/vcl/source/opengl/OpenGLContext.cxx
index 3503017410f9..72cb1d61e6f8 100644
--- a/vcl/source/opengl/OpenGLContext.cxx
+++ b/vcl/source/opengl/OpenGLContext.cxx
@@ -316,7 +316,7 @@ void OpenGLContext::InitGLEWDebugging()
}
// Test hooks for inserting tracing messages into the stream
- VCL_GL_INFO("LibreOffice GLContext initialized: " << this);
+ VCL_GL_INFO("LibreOffice GLContext initialized");
#endif
}