aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/basewrapper.h
diff options
context:
space:
mode:
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 3404198..002337f 100644
--- a/libshiboken/basewrapper.h
+++ b/libshiboken/basewrapper.h
@@ -254,8 +254,8 @@ LIBSHIBOKEN_API Py_hash_t hash(PyObject* pyObj);
/**
* Find a child of given wrapper having same address having the specified type.
*/
-LIBSHIBOKEN_API SbkObject *findColocatedChild(SbkObject* wrapper,
- SbkObjectType* instanceType);
+LIBSHIBOKEN_API SbkObject *findColocatedChild(SbkObject *wrapper,
+ const SbkObjectType *instanceType);
/**
* Bind a C++ object to Python.