diff options
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index db1efd986..32bd3210f 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -95,6 +95,7 @@ struct Entity { bool is_foreign; String foreign_name; Entity * foreign_library; + AstNode * foreign_library_ident; String link_name; u64 tags; OverloadKind overload_kind; |