aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/basewrapper.h
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-11-10 15:32:48 -0200
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:08:58 -0300
commitf06b9117b6f57419409ca67437166941cda306cd (patch)
treedbab8216fcaeb69273c8e7cdc5a185f2aad329db /libshiboken/basewrapper.h
parent43c16539246a1ac6abc12b141ab32b5932e8c51e (diff)
SbkBaseWrapperPrivate renamed to SbkObjectPrivate
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
Diffstat (limited to 'libshiboken/basewrapper.h')
-rw-r--r--libshiboken/basewrapper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libshiboken/basewrapper.h b/libshiboken/basewrapper.h
index aeed89178..2c6c9c96e 100644
--- a/libshiboken/basewrapper.h
+++ b/libshiboken/basewrapper.h
@@ -33,7 +33,7 @@
extern "C"
{
-struct SbkBaseWrapperPrivate;
+struct SbkObjectPrivate;
/// Base Python object for all the wrapped C++ classes.
struct LIBSHIBOKEN_API SbkObject
@@ -43,7 +43,7 @@ struct LIBSHIBOKEN_API SbkObject
PyObject* ob_dict;
/// List of weak references
PyObject* weakreflist;
- SbkBaseWrapperPrivate* d;
+ SbkObjectPrivate* d;
};