diff options
Diffstat (limited to 'src/io/bufferstream.cpp')
| -rw-r--r-- | src/io/bufferstream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/bufferstream.cpp b/src/io/bufferstream.cpp index 9a79f4e1b..235c0de77 100644 --- a/src/io/bufferstream.cpp +++ b/src/io/bufferstream.cpp @@ -135,7 +135,7 @@ void BufferOutputStream::flush() /** * Writes the specified byte to this output stream. */ -int BufferOutputStream::put(gunichar ch) +int BufferOutputStream::put(char ch) { if (closed) return -1; |
