summaryrefslogtreecommitdiff
path: root/source/slang/slang-ast-dump.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-ast-dump.cpp')
-rw-r--r--source/slang/slang-ast-dump.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/slang-ast-dump.cpp b/source/slang/slang-ast-dump.cpp
index a821729a6..688e99031 100644
--- a/source/slang/slang-ast-dump.cpp
+++ b/source/slang/slang-ast-dump.cpp
@@ -582,7 +582,7 @@ struct ASTDumpContext
void dump(ASTNodeType nodeType)
{
// Get the class
- auto info = ReflectClassInfo::getInfo(nodeType);
+ auto info = ASTClassInfo::getInfo(nodeType);
// Write the name
m_writer->emit(info->m_name);
}