summaryrefslogtreecommitdiffstats
path: root/source/core/platform.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/platform.cpp')
-rw-r--r--source/core/platform.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/platform.cpp b/source/core/platform.cpp
index 238fccd08..0deec8ed6 100644
--- a/source/core/platform.cpp
+++ b/source/core/platform.cpp
@@ -52,7 +52,7 @@ SLANG_COMPILE_TIME_ASSERT(E_OUTOFMEMORY == SLANG_E_OUT_OF_MEMORY);
{
builderOut << " ";
// Convert to string
- builderOut.Append(String::FromWString(buffer));
+ builderOut.Append(String::fromWString(buffer));
LocalFree(buffer);
return SLANG_OK;
}