aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2010-03-19 14:48:54 -0300
committerHugo Lima <hugo.lima@openbossa.org>2010-03-19 14:48:54 -0300
commit42fd70af65f843853df851657f175351c072ff76 (patch)
treee077719c4af2e2989411f4cfe7afaf4d6a532f53 /tests/samplebinding
parentdeca7c24a273857d6bc3f735fdea863265a2bc1f (diff)
Allow hash-function tag to be definied in object-types (Fix bug #186).
Diffstat (limited to 'tests/samplebinding')
-rw-r--r--tests/samplebinding/typesystem_sample.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/samplebinding/typesystem_sample.xml b/tests/samplebinding/typesystem_sample.xml
index 77d10ef8f..05306f68c 100644
--- a/tests/samplebinding/typesystem_sample.xml
+++ b/tests/samplebinding/typesystem_sample.xml
@@ -64,7 +64,7 @@
<object-type name="Derived" polymorphic-id-expression="%1->type() == Derived::TpDerived" />
<value-type name="Derived::SomeInnerClass" />
- <object-type name="ObjectType">
+ <object-type name="ObjectType" hash-function="objectTypeHash">
<modify-function signature="event(Event*)">
<modify-argument index="1" invalidate-after-use="yes"/>
</modify-function>