diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2013-02-14 06:55:49 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2013-02-14 06:55:49 +0000 |
| commit | 1c481ecbd68f2d67985729941fb26fb4bff3c60a (patch) | |
| tree | 9696e16f54d56119905fd1e41cf6c1a3a619dea0 /src/io/base64stream.cpp | |
| parent | extensions. hpgl output. patch by TimeWaster for Bug 1118663 (diff) | |
| download | inkscape-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.cpp | 2 |
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) { |
