diff options
Diffstat (limited to 'source/slang/lower.cpp')
| -rw-r--r-- | source/slang/lower.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/slang/lower.cpp b/source/slang/lower.cpp index b8696df47..bdd041f71 100644 --- a/source/slang/lower.cpp +++ b/source/slang/lower.cpp @@ -765,6 +765,10 @@ struct LoweringVisitor loweredDeclRef.As<Decl>()); } + RefPtr<Type> visitThisType(ThisType* type) + { + return type; + } RefPtr<Type> visitNamedExpressionType(NamedExpressionType* type) { |
