From 3894698405a28b8bad4f9f53e6e7cc0ec6a3207c Mon Sep 17 00:00:00 2001 From: Bob Jamison Date: Fri, 14 Apr 2006 19:03:36 +0000 Subject: fix XMLCh/int warnings (bzr r522) --- src/dom/io/base64stream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dom/io/base64stream.cpp') diff --git a/src/dom/io/base64stream.cpp b/src/dom/io/base64stream.cpp index 880ad5a8e..42df842c4 100644 --- a/src/dom/io/base64stream.cpp +++ b/src/dom/io/base64stream.cpp @@ -292,7 +292,7 @@ void Base64OutputStream::putCh(int ch) /** * Writes the specified byte to this output stream. */ -void Base64OutputStream::put(int ch) +void Base64OutputStream::put(XMLCh ch) { if (closed) { -- cgit v1.2.3