aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/typedatabase_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/ApiExtractor/typedatabase_p.h')
-rw-r--r--sources/shiboken6/ApiExtractor/typedatabase_p.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sources/shiboken6/ApiExtractor/typedatabase_p.h b/sources/shiboken6/ApiExtractor/typedatabase_p.h
index 4d16040cf..04c1df145 100644
--- a/sources/shiboken6/ApiExtractor/typedatabase_p.h
+++ b/sources/shiboken6/ApiExtractor/typedatabase_p.h
@@ -4,15 +4,16 @@
#ifndef TYPEDATABASE_P_H
#define TYPEDATABASE_P_H
+#include "typesystem_typedefs.h"
+
#include <QtCore/QHash>
#include <QtCore/QString>
class TypeDatabase;
-class SmartPointerTypeEntry;
struct TypeDatabaseParserContext
{
- using SmartPointerInstantiations = QHash<SmartPointerTypeEntry *, QString>;
+ using SmartPointerInstantiations = QHash<SmartPointerTypeEntryPtr, QString>;
TypeDatabase *db;
SmartPointerInstantiations smartPointerInstantiations;