summaryrefslogtreecommitdiff
path: root/source/slang/slang-check-type.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-check-type.cpp')
-rw-r--r--source/slang/slang-check-type.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang/slang-check-type.cpp b/source/slang/slang-check-type.cpp
index 98b376a69..6c9b0c8ca 100644
--- a/source/slang/slang-check-type.cpp
+++ b/source/slang/slang-check-type.cpp
@@ -13,6 +13,7 @@ namespace Slang
{
SharedSemanticsContext sharedSemanticsContext(
linkage,
+ nullptr,
sink);
SemanticsVisitor visitor(&sharedSemanticsContext);