summaryrefslogtreecommitdiff
path: root/source/core/text-io.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/text-io.h')
-rw-r--r--source/core/text-io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/text-io.h b/source/core/text-io.h
index 9519d51f1..c914e340a 100644
--- a/source/core/text-io.h
+++ b/source/core/text-io.h
@@ -273,7 +273,7 @@ namespace Slang
RefPtr<Stream> stream;
List<char> buffer;
Encoding * encoding;
- int ptr;
+ UInt ptr;
char ReadBufferChar();
void ReadBuffer();