aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/primitivetypeentry.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/ApiExtractor/primitivetypeentry.h')
-rw-r--r--sources/shiboken6/ApiExtractor/primitivetypeentry.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sources/shiboken6/ApiExtractor/primitivetypeentry.h b/sources/shiboken6/ApiExtractor/primitivetypeentry.h
index 8bc26f76f..f9864eb66 100644
--- a/sources/shiboken6/ApiExtractor/primitivetypeentry.h
+++ b/sources/shiboken6/ApiExtractor/primitivetypeentry.h
@@ -34,19 +34,19 @@ public:
* Defines type referenced by this entry.
* \param referencedTypeEntry type referenced by this entry
*/
- void setReferencedTypeEntry(PrimitiveTypeEntry* referencedTypeEntry);
+ void setReferencedTypeEntry(PrimitiveTypeEntry *referencedTypeEntry);
/// Finds the most basic primitive type that the typedef represents,
/// i.e. a type that is not an typedef'ed.
/// \return the most basic non-typedef'ed primitive type represented
/// by this typedef or self in case it is not a reference.
- const PrimitiveTypeEntry* basicReferencedTypeEntry() const;
+ const PrimitiveTypeEntry *basicReferencedTypeEntry() const;
/// Finds the basic primitive type that the typedef represents
/// and was explicitly specified in the type system.
/// \return the basic primitive type that was explicitly specified in
/// the type system.
- const PrimitiveTypeEntry* basicReferencedNonBuiltinTypeEntry() const;
+ const PrimitiveTypeEntry *basicReferencedNonBuiltinTypeEntry() const;
/// Returns whether this entry references another entry.
bool referencesType() const;