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 1e7016d41..78f52a8e0 100644
--- a/sources/shiboken6/ApiExtractor/abstractmetafunction.h
+++ b/sources/shiboken6/ApiExtractor/abstractmetafunction.h
@@ -380,9 +380,9 @@ public:
int propertySpecIndex() const;
void setPropertySpecIndex(int i);
- FunctionTypeEntry *typeEntry() const;
+ FunctionTypeEntryPtr typeEntry() const;
- void setTypeEntry(FunctionTypeEntry *typeEntry);
+ void setTypeEntry(const FunctionTypeEntryPtr &typeEntry);
bool isCallOperator() const;