[Libreoffice-commits] core.git: postprocess/qa
Stephan Bergmann
sbergman at redhat.com
Wed Mar 25 01:30:01 PDT 2015
postprocess/qa/services.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit fc56579e9d3ef0be4912ff48e38d057d5d608ee5
Author: Stephan Bergmann <sbergman at 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(
More information about the Libreoffice-commits
mailing list