summaryrefslogtreecommitdiffstats
path: root/source/core/slang-text-io.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/slang-text-io.cpp')
-rw-r--r--source/core/slang-text-io.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/slang-text-io.cpp b/source/core/slang-text-io.cpp
index 9cc3896fd..d0f7ca551 100644
--- a/source/core/slang-text-io.cpp
+++ b/source/core/slang-text-io.cpp
@@ -125,7 +125,7 @@ SlangResult StreamReader::readBuffer()
return SLANG_OK;
}
-char StreamReader::readBufferChar()
+Byte StreamReader::readBufferByte()
{
if (m_index < m_buffer.getCount())
{