aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/basewrapper.h
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-11-19 19:04:30 -0200
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:09:00 -0300
commitbdfa13fb40778a91622e125a0c5e96f51ed666eb (patch)
tree07e18d5b3919d1bde192f9f2d27a620f64da9d65 /libshiboken/basewrapper.h
parentce111f1483b34374b0188cedfc9ea4eef3e07e3b (diff)
SbkBaseType_Type renamed to SbkObjectType_Type.
Diffstat (limited to 'libshiboken/basewrapper.h')
-rw-r--r--libshiboken/basewrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libshiboken/basewrapper.h b/libshiboken/basewrapper.h
index d41e7ea6c..460f31593 100644
--- a/libshiboken/basewrapper.h
+++ b/libshiboken/basewrapper.h
@@ -73,7 +73,7 @@ typedef void (*DeleteUserDataFunc)(void*);
typedef void (*ObjectDestructor)(void*);
-extern LIBSHIBOKEN_API PyTypeObject SbkBaseType_Type;
+extern LIBSHIBOKEN_API PyTypeObject SbkObjectType_Type;
extern LIBSHIBOKEN_API SbkObjectType SbkObject_Type;