summaryrefslogtreecommitdiffstats
path: root/src/io/base64stream.cpp
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2013-02-14 06:55:49 +0000
committerKris <Kris.De.Gussem@hotmail.com>2013-02-14 06:55:49 +0000
commit1c481ecbd68f2d67985729941fb26fb4bff3c60a (patch)
tree9696e16f54d56119905fd1e41cf6c1a3a619dea0 /src/io/base64stream.cpp
parentextensions. hpgl output. patch by TimeWaster for Bug 1118663 (diff)
downloadinkscape-1c481ecbd68f2d67985729941fb26fb4bff3c60a.tar.gz
inkscape-1c481ecbd68f2d67985729941fb26fb4bff3c60a.zip
fix warnings introduced in revision 12123
(bzr r12125)
Diffstat (limited to 'src/io/base64stream.cpp')
-rw-r--r--src/io/base64stream.cpp2
1 files changed, 1 insertions, 1 deletions
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)
{