diff options
| author | Harold Brenes <harold@hbrenes.com> | 2025-04-27 22:48:16 -0400 |
|---|---|---|
| committer | Harold Brenes <harold@hbrenes.com> | 2025-04-27 22:55:53 -0400 |
| commit | f3923ed66640ea9fd342ca851fdd2bd794405e0c (patch) | |
| tree | 516f3f79213c9b6b2c70c95385e62d6f7cf408b4 /src/entity.cpp | |
| parent | 6c9c239a5ef14a3365121b4964217a9bda255454 (diff) | |
Fix indentations
Fix Objective-C wrapper procs not forwarding return value
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index a5443cf27..cc41b5e59 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -235,9 +235,9 @@ struct Entity { Type * type_parameter_specialization; String ir_mangled_name; bool is_type_alias; - bool objc_is_implementation; - Type* objc_superclass; - Type* objc_ivar; + bool objc_is_implementation; + Type* objc_superclass; + Type* objc_ivar; Entity*objc_context_provider; String objc_class_name; TypeNameObjCMetadata *objc_metadata; |