aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/generator/shiboken/shibokengenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/generator/shiboken/shibokengenerator.h')
-rw-r--r--sources/shiboken6/generator/shiboken/shibokengenerator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/shiboken6/generator/shiboken/shibokengenerator.h b/sources/shiboken6/generator/shiboken/shibokengenerator.h
index 0ad4a5f79..03ebf2d2e 100644
--- a/sources/shiboken6/generator/shiboken/shibokengenerator.h
+++ b/sources/shiboken6/generator/shiboken/shibokengenerator.h
@@ -237,8 +237,8 @@ protected:
static QString cpythonTypeName(const TypeEntry *type);
static QString cpythonTypeNameExt(const TypeEntry *type);
static QString cpythonTypeNameExt(const AbstractMetaType &type) ;
- QString cpythonCheckFunction(const TypeEntry *type, bool genericNumberType = false) const;
- QString cpythonCheckFunction(AbstractMetaType metaType, bool genericNumberType = false) const;
+ QString cpythonCheckFunction(const TypeEntry *type) const;
+ QString cpythonCheckFunction(AbstractMetaType metaType) const;
/**
* Receives the argument \p type and tries to find the appropriate AbstractMetaType for it
* or a custom type check.