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 702fdbd07..428159e0a 100644
--- a/libshiboken/basewrapper_p.h
+++ b/libshiboken/basewrapper_p.h
@@ -229,7 +229,7 @@ void clearReferences(SbkObject* self);
/**
* Destroy internal data
**/
-void deallocData(SbkObject* self);
+void deallocData(SbkObject* self, bool doCleanup);
} // namespace Wrapper
} // namespace Shiboken