summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-09-23 17:23:19 +0200
committerMichael Stahl <mstahl@redhat.com>2016-09-23 17:25:00 +0200
commit3de25678535de1589989f88daf847767caae3f94 (patch)
tree940d97e592ca245e53c1b2e65bb3359e79882576 /vcl/source
parent3e22dfa5eb1ccebdc719a671d23bde7ccab256fb (diff)
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
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/opengl/OpenGLHelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/opengl/OpenGLHelper.cxx b/vcl/source/opengl/OpenGLHelper.cxx
index ad92680a9f0d..503f4f19b250 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)
{
}