aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/basewrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'libshiboken/basewrapper.h')
-rw-r--r--libshiboken/basewrapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libshiboken/basewrapper.h b/libshiboken/basewrapper.h
index 46bc641d9..99e354745 100644
--- a/libshiboken/basewrapper.h
+++ b/libshiboken/basewrapper.h
@@ -294,6 +294,7 @@ LIBSHIBOKEN_API void makeValid(SbkObject* self);
* Destroy any data in Shiboken structure and c++ pointer if the pyboject has the ownership
**/
LIBSHIBOKEN_API void destroy(SbkObject* self);
+LIBSHIBOKEN_API void destroy(SbkObject* self, void* cppData);
/**
* Set user data on type of \p wrapper.