aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/libother/othermultiplederived.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/libother/othermultiplederived.h b/tests/libother/othermultiplederived.h
index 454bfaf0f..36c23ebc6 100644
--- a/tests/libother/othermultiplederived.h
+++ b/tests/libother/othermultiplederived.h
@@ -42,6 +42,9 @@ class ObjectType;
class LIBOTHER_API OtherMultipleDerived : public MDerived1
{
+public:
+ // this will use CppCopier from other module (bug#142)
+ VirtualMethods returnUselessClass() { return VirtualMethods(); }
};
#endif