aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity.cpp')
-rw-r--r--src/entity.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp
index 9a5996e3d..a5443cf27 100644
--- a/src/entity.cpp
+++ b/src/entity.cpp
@@ -238,6 +238,7 @@ struct Entity {
bool objc_is_implementation;
Type* objc_superclass;
Type* objc_ivar;
+ Entity*objc_context_provider;
String objc_class_name;
TypeNameObjCMetadata *objc_metadata;
} TypeName;