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

New commits:
commit be662ff54c24b245baf7526ff13a06350679d0f5
Author: Tor Lillqvist <t...@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
 {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to