diff options
author | Hugo Lima <hugo.lima@openbossa.org> | 2010-03-19 14:48:54 -0300 |
---|---|---|
committer | Hugo Lima <hugo.lima@openbossa.org> | 2010-03-19 14:48:54 -0300 |
commit | 42fd70af65f843853df851657f175351c072ff76 (patch) | |
tree | e077719c4af2e2989411f4cfe7afaf4d6a532f53 /tests/libsample/objecttype.h | |
parent | deca7c24a273857d6bc3f735fdea863265a2bc1f (diff) | |
download | shiboken-42fd70af65f843853df851657f175351c072ff76.tar.gz shiboken-42fd70af65f843853df851657f175351c072ff76.tar.xz shiboken-42fd70af65f843853df851657f175351c072ff76.zip |
Allow hash-function tag to be definied in object-types (Fix bug #186).
Diffstat (limited to 'tests/libsample/objecttype.h')
-rw-r--r-- | tests/libsample/objecttype.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/libsample/objecttype.h b/tests/libsample/objecttype.h index 3fe606de..3679b3b7 100644 --- a/tests/libsample/objecttype.h +++ b/tests/libsample/objecttype.h @@ -108,5 +108,7 @@ private: ObjectTypeLayout* m_layout; }; +LIBSAMPLE_API unsigned int objectTypeHash(const ObjectType* objectType); + #endif // OBJECTTYPE_H |