aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/functiontypeentry.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/ApiExtractor/functiontypeentry.h')
-rw-r--r--sources/shiboken6/ApiExtractor/functiontypeentry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken6/ApiExtractor/functiontypeentry.h b/sources/shiboken6/ApiExtractor/functiontypeentry.h
index a2da28645..0901ff017 100644
--- a/sources/shiboken6/ApiExtractor/functiontypeentry.h
+++ b/sources/shiboken6/ApiExtractor/functiontypeentry.h
@@ -14,7 +14,7 @@ class FunctionTypeEntry : public TypeEntry
public:
explicit FunctionTypeEntry(const QString& name, const QString& signature,
const QVersionNumber &vr,
- const TypeEntry *parent);
+ const TypeEntryCPtr &parent);
const QStringList &signatures() const;
bool hasSignature(const QString& signature) const;