summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-parser.cpp')
-rw-r--r--source/slang/slang-parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/slang-parser.cpp b/source/slang/slang-parser.cpp
index 926b3c1d9..06d470a5f 100644
--- a/source/slang/slang-parser.cpp
+++ b/source/slang/slang-parser.cpp
@@ -1781,7 +1781,7 @@ namespace Slang
if (expr->typeExpr)
expr->typeExpr->accept(this, nullptr);
}
- void visiSizeOfLikeExpr(SizeOfLikeExpr* expr)
+ void visitSizeOfLikeExpr(SizeOfLikeExpr* expr)
{
if (expr->value)
expr->value->accept(this, nullptr);