aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/basewrapper_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'libshiboken/basewrapper_p.h')
-rw-r--r--libshiboken/basewrapper_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libshiboken/basewrapper_p.h b/libshiboken/basewrapper_p.h
index 3e0757f20..6cd4b31f8 100644
--- a/libshiboken/basewrapper_p.h
+++ b/libshiboken/basewrapper_p.h
@@ -64,7 +64,7 @@ extern "C"
* \internal
* Private data for SbkBaseWrapper
*/
-struct SbkBaseWrapperPrivate
+struct SbkObjectPrivate
{
/// Pointer to the C++ class.
void** cptr;