summaryrefslogtreecommitdiffstats
path: root/src/io/stringstream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/stringstream.cpp')
-rw-r--r--src/io/stringstream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/stringstream.cpp b/src/io/stringstream.cpp
index 62918ffa5..360cc7fc9 100644
--- a/src/io/stringstream.cpp
+++ b/src/io/stringstream.cpp
@@ -108,7 +108,7 @@ void StringOutputStream::flush()
/**
* Writes the specified byte to this output stream.
*/
-int StringOutputStream::put(gunichar ch)
+int StringOutputStream::put(char ch)
{
buffer.push_back(ch);
return 1;