From 59bf883ba7a3678ad11e9eed7ddc93636b4c3424 Mon Sep 17 00:00:00 2001 From: Hugo Lima Date: Tue, 26 Jan 2010 18:34:32 -0200 Subject: writeMinimalConstructorCallArguments knowns about enums. --- tests/libother/otherderived.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/libother') diff --git a/tests/libother/otherderived.h b/tests/libother/otherderived.h index 994aaca6..d980ec78 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&) {} -- cgit