postprocess/qa/services.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit fc56579e9d3ef0be4912ff48e38d057d5d608ee5 Author: Stephan Bergmann <sberg...@redhat.com> Date: Wed Mar 25 09:29:00 2015 +0100 Keep GCC 4.6 happy Change-Id: Iaaab55a9ac1ba8e0550f9cb35ed13489e4e4d851 diff --git a/postprocess/qa/services.cxx b/postprocess/qa/services.cxx index 1183cee..2a7cc8e 100644 --- a/postprocess/qa/services.cxx +++ b/postprocess/qa/services.cxx @@ -150,8 +150,8 @@ void Test::test() { serviceName(other.serviceName), defaultConstructor(other.defaultConstructor) {} - OUString const serviceName; - bool const defaultConstructor; + OUString serviceName; + bool defaultConstructor; }; struct Implementation { Implementation( _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits