summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-emit-cpp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-emit-cpp.cpp')
-rw-r--r--source/slang/slang-emit-cpp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/slang-emit-cpp.cpp b/source/slang/slang-emit-cpp.cpp
index 795ec74b0..2a2ae06c6 100644
--- a/source/slang/slang-emit-cpp.cpp
+++ b/source/slang/slang-emit-cpp.cpp
@@ -338,7 +338,7 @@ SlangResult CPPSourceEmitter::calcTypeName(IRType* type, CodeGenTarget target, S
// TODO(JS): This is a bit of a hack. We don't want to emit the result here,
// so we replace the writer, write out the type, grab the contents, and restore the writer
- SourceWriter writer(sourceManager, LineDirectiveMode::None);
+ SourceWriter writer(sourceManager, LineDirectiveMode::None, nullptr);
m_writer = &writer;
m_writer->emit(prefix);