diff options
Diffstat (limited to 'src/types.cpp')
| -rw-r--r-- | src/types.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.cpp b/src/types.cpp index 52db2ee44..bf5a12e9b 100644 --- a/src/types.cpp +++ b/src/types.cpp @@ -2254,7 +2254,7 @@ Selection lookup_field_from_index(Type *type, i64 index) { } -Entity *scope_lookup_current(Scope *s, String name); +Entity *scope_lookup_current(Scope *s, String const &name); Selection lookup_field_with_selection(Type *type_, String field_name, bool is_type, Selection sel, bool allow_blank_ident) { GB_ASSERT(type_ != nullptr); |