aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-04-27 13:09:37 +0100
committergingerBill <bill@gingerbill.org>2021-04-27 13:09:37 +0100
commite7e1866e5047a85648e758a2d94c8247c65a6608 (patch)
tree5b837f4cda820adf20f79a78bf86f3c7bd3070a5 /src/entity.cpp
parent94fd59e6f0e509f823edd3c90130841510cceb70 (diff)
Fix #893
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;