From e9ba193f5e61d7855be694a2c414b9e1bc198d5e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 20 Sep 2013 16:56:29 +0200 Subject: [PATCH] keep C++03 compilers happy Change-Id: I62af395105f51e802b874424b993dcf7e687a78b --- unoidl/source/sourceprovider-scanner.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unoidl/source/sourceprovider-scanner.hxx b/unoidl/source/sourceprovider-scanner.hxx index 0c08a13208d0..ed5105f254b7 100644 --- a/unoidl/source/sourceprovider-scanner.hxx +++ b/unoidl/source/sourceprovider-scanner.hxx @@ -177,13 +177,13 @@ public: name(theName), annotations(theAnnotations) {} - rtl::OUString const name; + rtl::OUString name; std::vector< Parameter > parameters; std::vector< rtl::OUString > exceptions; - std::vector< rtl::OUString > const annotations; + std::vector< rtl::OUString > annotations; }; explicit SourceProviderSingleInterfaceBasedServiceEntityPad(