aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libother/othermultiplederived.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libother/othermultiplederived.h')
-rw-r--r--tests/libother/othermultiplederived.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/libother/othermultiplederived.h b/tests/libother/othermultiplederived.h
index 36c23ebc6..cefc72561 100644
--- a/tests/libother/othermultiplederived.h
+++ b/tests/libother/othermultiplederived.h
@@ -40,11 +40,11 @@
class ObjectType;
-class LIBOTHER_API OtherMultipleDerived : public MDerived1
+class OtherMultipleDerived : public MDerived1
{
public:
// this will use CppCopier from other module (bug#142)
- VirtualMethods returnUselessClass() { return VirtualMethods(); }
+ inline VirtualMethods returnUselessClass() { return VirtualMethods(); }
};
#endif