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

Michael Stahl mstahl at redhat.com
Fri Sep 23 15:29:51 UTC 2016


 vcl/source/opengl/OpenGLHelper.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3de25678535de1589989f88daf847767caae3f94
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Sep 23 17:23:19 2016 +0200

    vcl: Apple clang segfaults on "(", the "{" seems to work better
    
    Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
    
    Change-Id: Ib9c8639d4c821a39afb6b071ccd6c7072e6f9e7c

diff --git a/vcl/source/opengl/OpenGLHelper.cxx b/vcl/source/opengl/OpenGLHelper.cxx
index ad92680..503f4f1 100644
--- a/vcl/source/opengl/OpenGLHelper.cxx
+++ b/vcl/source/opengl/OpenGLHelper.cxx
@@ -818,8 +818,8 @@ namespace {
 }
 
 WatchdogTimings::WatchdogTimings()
-    : maTimingValues({{6,   20} /* 1.5s,  5s */, {20, 120} /*  5s, 30s */,
-                      {60, 240} /*  15s, 60s */, {60, 240} /* 15s, 60s */})
+    : maTimingValues{{{6,   20} /* 1.5s,  5s */, {20, 120} /*  5s, 30s */,
+                      {60, 240} /*  15s, 60s */, {60, 240} /* 15s, 60s */}}
     , mbRelaxed(false)
 {
 }


More information about the Libreoffice-commits mailing list