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

Keep GCC 4.6 happy

Change-Id: Iaaab55a9ac1ba8e0550f9cb35ed13489e4e4d851
üst 1b37292b
......@@ -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(
......
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