summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-03-25 09:29:00 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-03-25 09:29:00 +0100
commitfc56579e9d3ef0be4912ff48e38d057d5d608ee5 (patch)
tree961b8477d2a3a251abf7b72395d5b9775ef5e38e
parentloplugin:constantfunction (diff)
downloadcore-fc56579e9d3ef0be4912ff48e38d057d5d608ee5.tar.gz
core-fc56579e9d3ef0be4912ff48e38d057d5d608ee5.zip
Keep GCC 4.6 happy
Change-Id: Iaaab55a9ac1ba8e0550f9cb35ed13489e4e4d851
-rw-r--r--postprocess/qa/services.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/postprocess/qa/services.cxx b/postprocess/qa/services.cxx
index 1183cee32169..2a7cc8ec9136 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(