summaryrefslogtreecommitdiffstats
path: root/tests/libother
diff options
context:
space:
mode:
authorrenatofilho <renato.filho@openbossa.org>2010-10-18 15:28:11 -0300
committerrenatofilho <renato.filho@openbossa.org>2010-10-18 17:16:07 -0300
commitc464a4d10b59396115acbd0340fb15f00d71290b (patch)
tree2a60cb152ea88ad07aeff8238a75a9fcf5dafc46 /tests/libother
parent6b57558fefd3a1e3913e8fe386a07da0d8aeedc3 (diff)
downloadshiboken-c464a4d10b59396115acbd0340fb15f00d71290b.tar.gz
shiboken-c464a4d10b59396115acbd0340fb15f00d71290b.tar.xz
shiboken-c464a4d10b59396115acbd0340fb15f00d71290b.zip
Created test for abstract function with not exported type as agument.
Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'tests/libother')
-rw-r--r--tests/libother/otherderived.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/libother/otherderived.h b/tests/libother/otherderived.h
index 16f21545..553b14c1 100644
--- a/tests/libother/otherderived.h
+++ b/tests/libother/otherderived.h
@@ -49,6 +49,8 @@ public:
// factory method
static Abstract* createObject();
+ void hideFunction(HideType*) {} ;
+
protected:
inline const char* getClassName() { return className(); }
virtual const char* className() { return "OtherDerived"; }