keep C++03 compilers happy
Change-Id: I62af395105f51e802b874424b993dcf7e687a78b
This commit is contained in:
parent
2381e89bd3
commit
e9ba193f5e
1 changed files with 2 additions and 2 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue