diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-03-25 09:29:00 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-03-25 09:29:00 +0100 |
commit | fc56579e9d3ef0be4912ff48e38d057d5d608ee5 (patch) | |
tree | 961b8477d2a3a251abf7b72395d5b9775ef5e38e /postprocess | |
parent | 1b37292b9721c3f76bbe4f6d1c7df119768d78ae (diff) |
Keep GCC 4.6 happy
Change-Id: Iaaab55a9ac1ba8e0550f9cb35ed13489e4e4d851
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/qa/services.cxx | 4 |
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( |