aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/abstractmetafunction.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/ApiExtractor/abstractmetafunction.h')
-rw-r--r--sources/shiboken6/ApiExtractor/abstractmetafunction.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/shiboken6/ApiExtractor/abstractmetafunction.h b/sources/shiboken6/ApiExtractor/abstractmetafunction.h
index 2db47daeb..9628224af 100644
--- a/sources/shiboken6/ApiExtractor/abstractmetafunction.h
+++ b/sources/shiboken6/ApiExtractor/abstractmetafunction.h
@@ -276,8 +276,8 @@ public:
bool isCallOperator() const;
- static AbstractMetaFunction *
- find(const AbstractMetaFunctionList &haystack, const QString &needle);
+ static AbstractMetaFunctionCPtr
+ find(const AbstractMetaFunctionCList &haystack, const QString &needle);
// for the meta builder only
void setAllowThreadModification(TypeSystem::AllowThread am);