aboutsummaryrefslogtreecommitdiffstats
path: root/generator/shibokengenerator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'generator/shibokengenerator.cpp')
-rw-r--r--generator/shibokengenerator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/shibokengenerator.cpp b/generator/shibokengenerator.cpp
index d5b734f41..f309b7d39 100644
--- a/generator/shibokengenerator.cpp
+++ b/generator/shibokengenerator.cpp
@@ -966,7 +966,7 @@ QString ShibokenGenerator::cpythonCheckFunction(const AbstractMetaType* metaType
if (isCppPrimitive(metaType)) {
if (isCString(metaType))
- return "SbkString_Check";
+ return "Shiboken::String::check";
if (isVoidPointer(metaType))
return "PyObject_Check";
return cpythonCheckFunction(metaType->typeEntry(), genericNumberType);