aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/typesystemparser_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/ApiExtractor/typesystemparser_p.h')
-rw-r--r--sources/shiboken6/ApiExtractor/typesystemparser_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/shiboken6/ApiExtractor/typesystemparser_p.h b/sources/shiboken6/ApiExtractor/typesystemparser_p.h
index c14a46c04..3dab6f1b7 100644
--- a/sources/shiboken6/ApiExtractor/typesystemparser_p.h
+++ b/sources/shiboken6/ApiExtractor/typesystemparser_p.h
@@ -120,7 +120,7 @@ struct StackElementContext
FunctionModificationList functionMods;
FieldModificationList fieldMods;
DocModificationList docModifications;
- TypeEntry* entry = nullptr;
+ TypeEntry *entry = nullptr;
int addedFunctionModificationIndex = -1;
};
@@ -260,7 +260,7 @@ private:
QString m_error;
const TypeEntry::CodeGeneration m_generate;
- EnumTypeEntry* m_currentEnum = nullptr;
+ EnumTypeEntry *m_currentEnum = nullptr;
TemplateInstancePtr m_templateInstance;
TemplateEntry *m_templateEntry = nullptr;
ContextStack m_contextStack;