aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libother
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2010-01-26 18:34:32 -0200
committerHugo Lima <hugo.lima@openbossa.org>2010-01-26 22:15:52 -0200
commit59bf883ba7a3678ad11e9eed7ddc93636b4c3424 (patch)
treebbd3a8ec4a8fd35e0801ed1b39c39af078e0b631 /tests/libother
parente5654bd14cc0d034192104bb4325ba639d4f043c (diff)
writeMinimalConstructorCallArguments knowns about enums.
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&) {}