aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/objecttypelayout.h
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2010-04-20 19:56:45 -0300
committerRenato Filho <renato.filho@openbossa.org>2010-04-22 18:20:04 -0300
commitb24af354ea6f05253150179467aa77e7c999611e (patch)
treede838af180926b7bdfd9e912d515842410b06491 /tests/libsample/objecttypelayout.h
parentf0f1aa01139a073430eb2c5feb767dedc45d3b4f (diff)
Fixed argument policy propagate.
Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'tests/libsample/objecttypelayout.h')
-rw-r--r--tests/libsample/objecttypelayout.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/libsample/objecttypelayout.h b/tests/libsample/objecttypelayout.h
index 5662ac339..1f05b7495 100644
--- a/tests/libsample/objecttypelayout.h
+++ b/tests/libsample/objecttypelayout.h
@@ -49,6 +49,8 @@ public:
virtual bool isLayoutType() { return true; }
static ObjectTypeLayout* create() { return new ObjectTypeLayout(); }
+
+ virtual ObjectType* takeChild(const Str& name) { return ObjectType::takeChild(name); }
private:
std::list<ObjectType*> m_objects;