diff options
Diffstat (limited to 'source/slang/syntax.cpp')
| -rw-r--r-- | source/slang/syntax.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/syntax.cpp b/source/slang/syntax.cpp index 2bd6c122c..a03783825 100644 --- a/source/slang/syntax.cpp +++ b/source/slang/syntax.cpp @@ -949,7 +949,7 @@ void Type::accept(IValVisitor* visitor, void* extra) // Convenience accessors for common properties of declarations String const& DeclRefBase::GetName() const { - return decl->Name.Content; + return decl->name.Content; } DeclRefBase DeclRefBase::GetParent() const |
