diff options
Diffstat (limited to 'source/slang/syntax.h')
| -rw-r--r-- | source/slang/syntax.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/syntax.h b/source/slang/syntax.h index 46beca2d9..b4d550ef5 100644 --- a/source/slang/syntax.h +++ b/source/slang/syntax.h @@ -1073,7 +1073,7 @@ namespace Slang { return declRef.Substitute(declRef.getDecl()->base.type); } - + inline RefPtr<Type> GetType(DeclRef<TypeDefDecl> const& declRef) { return declRef.Substitute(declRef.getDecl()->type.Ptr()); |
