summaryrefslogtreecommitdiffstats
path: root/src/io/bufferstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/bufferstream.h')
-rw-r--r--src/io/bufferstream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/bufferstream.h b/src/io/bufferstream.h
index e1b57252d..81b278a51 100644
--- a/src/io/bufferstream.h
+++ b/src/io/bufferstream.h
@@ -86,7 +86,7 @@ public:
~BufferOutputStream() override;
void close() override;
void flush() override;
- int put(gunichar ch) override;
+ int put(char ch) override;
virtual std::vector<unsigned char> &getBuffer()
{ return buffer; }