summaryrefslogtreecommitdiffstats
path: root/src/io/gzipstream.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/gzipstream.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/gzipstream.cpp')
-rw-r--r--src/io/gzipstream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/gzipstream.cpp b/src/io/gzipstream.cpp
index f9e30de91..071179b48 100644
--- a/src/io/gzipstream.cpp
+++ b/src/io/gzipstream.cpp
@@ -433,7 +433,7 @@ void GzipOutputStream::flush()
/**
* Writes the specified byte to this output stream.
*/
-void GzipOutputStream::put(int ch)
+void GzipOutputStream::put(gunichar ch)
{
if (closed)
{