diff options
Diffstat (limited to 'source/slang/slang-ast-dump.cpp')
| -rw-r--r-- | source/slang/slang-ast-dump.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/slang-ast-dump.cpp b/source/slang/slang-ast-dump.cpp index 884f8b736..0ab440a18 100644 --- a/source/slang/slang-ast-dump.cpp +++ b/source/slang/slang-ast-dump.cpp @@ -436,7 +436,7 @@ struct ASTDumpContext m_writer->emit("}"); } - void dump(DeclRefBase declRef) + void dump(DeclRefBase* declRef) { StringBuilder sb; sb << declRef; |
