summaryrefslogtreecommitdiff
path: root/source/slang/expr-defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/expr-defs.h')
-rw-r--r--source/slang/expr-defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/expr-defs.h b/source/slang/expr-defs.h
index bd4ba5038..8afa93fbd 100644
--- a/source/slang/expr-defs.h
+++ b/source/slang/expr-defs.h
@@ -183,7 +183,7 @@ END_SYNTAX_CLASS()
// An expression that binds a temporary variable in a local expression context
SYNTAX_CLASS(LetExpr, Expr)
RAW(
- RefPtr<VarDeclBase> decl;
+ RefPtr<VarDecl> decl;
RefPtr<Expr> body;
)
END_SYNTAX_CLASS()