diff options
| author | Theresa Foley <10618364+tangent-vector@users.noreply.github.com> | 2025-05-12 10:28:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-12 17:28:05 +0000 |
| commit | 4c76b275907cf2d764f3fc51468d1c58635a10c1 (patch) | |
| tree | 201a353c2b64b258760c370e641821ec5f6eff85 /source/core/slang-text-io.cpp | |
| parent | 6b286bfbdf85e40cac1ee325384f535df969938a (diff) | |
Cleanups related to RIFF support (#7041)
Diffstat (limited to 'source/core/slang-text-io.cpp')
| -rw-r--r-- | source/core/slang-text-io.cpp | 2 |
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()) { |
