aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libother
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libother')
-rw-r--r--tests/libother/otherderived.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libother/otherderived.h b/tests/libother/otherderived.h
index 994aaca66..d980ec780 100644
--- a/tests/libother/otherderived.h
+++ b/tests/libother/otherderived.h
@@ -49,6 +49,7 @@ public:
virtual ~OtherDerived();
virtual void pureVirtual();
virtual void unpureVirtual();
+ virtual PrintFormat returnAnEnum() { return Short; }
void useObjectTypeFromOtherModule(ObjectType*) {}
void useValueTypeFromOtherModule(const Complex&) {}