diff options
Diffstat (limited to 'src/io/xsltstream.cpp')
| -rw-r--r-- | src/io/xsltstream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/xsltstream.cpp b/src/io/xsltstream.cpp index 2e3c954da..916cb0ed0 100644 --- a/src/io/xsltstream.cpp +++ b/src/io/xsltstream.cpp @@ -228,7 +228,7 @@ void XsltOutputStream::flush() /** * Writes the specified byte to this output stream. */ -int XsltOutputStream::put(gunichar ch) +int XsltOutputStream::put(char ch) { outbuf.push_back(ch); return 1; |
