diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/slang-reflection-test/slang-reflection-test-main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/slang-reflection-test/slang-reflection-test-main.cpp b/tools/slang-reflection-test/slang-reflection-test-main.cpp index 9dc507250..7480b6ae9 100644 --- a/tools/slang-reflection-test/slang-reflection-test-main.cpp +++ b/tools/slang-reflection-test/slang-reflection-test-main.cpp @@ -1074,7 +1074,7 @@ static void emitReflectionJSON( size_t charsCount; const char* chars = programReflection->getHashedString(i, &charsCount); - const int hash = spCalcStringHash(chars, charsCount); + const int hash = spComputeStringHash(chars, charsCount); writeEscapedString(writer, chars, charsCount); write(writer, ": "); |
