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

Revert "give this a copy ctor"

This reverts commit da42d110, problem is fixed
now with fc56579e "Keep GCC 4.6 happy"

Conflicts:
	postprocess/qa/services.cxx

Change-Id: If819749d322a0887c1668fbbe563d14e0402ac78
üst 46a0c876
...@@ -146,10 +146,6 @@ void Test::test() { ...@@ -146,10 +146,6 @@ void Test::test() {
serviceName(theServiceName), serviceName(theServiceName),
defaultConstructor(theDefaultConstructor) defaultConstructor(theDefaultConstructor)
{} {}
Constructor(Constructor const &other):
serviceName(other.serviceName),
defaultConstructor(other.defaultConstructor)
{}
OUString serviceName; OUString serviceName;
bool defaultConstructor; bool defaultConstructor;
}; };
......
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