summaryrefslogtreecommitdiffstats
path: root/source/core/slang-string.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/slang-string.cpp')
-rw-r--r--source/core/slang-string.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/slang-string.cpp b/source/core/slang-string.cpp
index 3b9bcc87f..8938db595 100644
--- a/source/core/slang-string.cpp
+++ b/source/core/slang-string.cpp
@@ -149,7 +149,7 @@ namespace Slang
return String(buf);
}
- OSString String::ToWString(int* outLength) const
+ OSString String::ToWString(UInt* outLength) const
{
if (!buffer)
{