From 1c481ecbd68f2d67985729941fb26fb4bff3c60a Mon Sep 17 00:00:00 2001 From: Kris De Gussem Date: Thu, 14 Feb 2013 07:55:49 +0100 Subject: fix warnings introduced in revision 12123 (bzr r12125) --- src/io/base64stream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/io/base64stream.cpp') diff --git a/src/io/base64stream.cpp b/src/io/base64stream.cpp index 667487c35..42a6ba1e4 100644 --- a/src/io/base64stream.cpp +++ b/src/io/base64stream.cpp @@ -290,7 +290,7 @@ void Base64OutputStream::putCh(int ch) /** * Writes the specified byte to this output stream. */ -void Base64OutputStream::put(int ch) +void Base64OutputStream::put(gunichar ch) { if (closed) { -- cgit v1.2.3