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

Tor Lillqvist tml at collabora.com
Fri Aug 28 21:55:58 PDT 2015


 include/vcl/opengl/OpenGLHelper.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit be662ff54c24b245baf7526ff13a06350679d0f5
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sat Aug 29 07:55:29 2015 +0300

    This is C++, we have booleans

diff --git a/include/vcl/opengl/OpenGLHelper.hxx b/include/vcl/opengl/OpenGLHelper.hxx
index fd9c2de..646a2d3 100644
--- a/include/vcl/opengl/OpenGLHelper.hxx
+++ b/include/vcl/opengl/OpenGLHelper.hxx
@@ -32,7 +32,7 @@
             detail_stream << stream;            \
             OpenGLHelper::debugMsgStream((area),detail_stream); \
         } \
-    } while (0)
+    } while (false)
 
 class VCL_DLLPUBLIC OpenGLHelper
 {


More information about the Libreoffice-commits mailing list