aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/bindingmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'libshiboken/bindingmanager.h')
-rw-r--r--libshiboken/bindingmanager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libshiboken/bindingmanager.h b/libshiboken/bindingmanager.h
index 8a6607fd4..c1926e5ee 100644
--- a/libshiboken/bindingmanager.h
+++ b/libshiboken/bindingmanager.h
@@ -28,7 +28,7 @@
#include "shibokenmacros.h"
struct SbkObject;
-struct SbkBaseWrapperType;
+struct SbkObjectType;
namespace Shiboken
{
@@ -56,8 +56,8 @@ public:
void transferOwnershipToCpp(SbkObject* wrapper);
/// Convenience method to call transferOwnershipToCpp with a properly cast SbkBaseWrapper.
void transferOwnershipToCpp(PyObject* wrapper);
- void addClassInheritance(SbkBaseWrapperType* parent, SbkBaseWrapperType* child);
- SbkBaseWrapperType* resolveType(void* cptr, SbkBaseWrapperType* type);
+ void addClassInheritance(SbkObjectType* parent, SbkObjectType* child);
+ SbkObjectType* resolveType(void* cptr, SbkObjectType* type);
/// Called by wrapper destructor
void destroyWrapper(const void* cptr);