aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity.cpp')
-rw-r--r--src/entity.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp
index d6f4edece..2dcb76482 100644
--- a/src/entity.cpp
+++ b/src/entity.cpp
@@ -209,6 +209,8 @@ struct Entity {
ParameterValue param_value;
+ Type *for_loop_parent_type;
+
String thread_local_model;
Entity * foreign_library;
Ast * foreign_library_ident;