Kaydet (Commit) e9ba193f authored tarafından Stephan Bergmann's avatar Stephan Bergmann

keep C++03 compilers happy

Change-Id: I62af395105f51e802b874424b993dcf7e687a78b
üst 2381e89b
......@@ -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(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment