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 d1f4c78e6..460f4ec6d 100644
--- a/src/entity.cpp
+++ b/src/entity.cpp
@@ -126,6 +126,8 @@ struct Entity {
Entity * using_parent;
Ast * using_expr;
+ Entity * aliased_of;
+
lbModule * code_gen_module;
lbProcedure *code_gen_procedure;