diff options
Diffstat (limited to 'src/ast/path.cpp')
-rw-r--r-- | src/ast/path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast/path.cpp b/src/ast/path.cpp index 6d5e50b2..6daaf406 100644 --- a/src/ast/path.cpp +++ b/src/ast/path.cpp @@ -126,7 +126,7 @@ void Path::resolve(const Crate& root_crate) // - Maybe leave that up to other code? if( is_last ) { m_binding_type = ALIAS; - m_binding.alias = &it->data; + m_binding.alias_ = &it->data; return ; } else { |