summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/StringConverter.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2006-01-24 00:08:35 +0000
committerBernard Normier <bernard@zeroc.com>2006-01-24 00:08:35 +0000
commitb78992bd696105626fc2e0f69fba018d5de4c36f (patch)
treea631acbbb3c0d0efe2c54b82172ecc9fd0102103 /cpp/src/Ice/StringConverter.cpp
parentFixed HP warning (diff)
downloadice-b78992bd696105626fc2e0f69fba018d5de4c36f.tar.bz2
ice-b78992bd696105626fc2e0f69fba018d5de4c36f.tar.xz
ice-b78992bd696105626fc2e0f69fba018d5de4c36f.zip
Removed HP warnings
Diffstat (limited to 'cpp/src/Ice/StringConverter.cpp')
-rwxr-xr-xcpp/src/Ice/StringConverter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/StringConverter.cpp b/cpp/src/Ice/StringConverter.cpp
index bf7ed7e4839..b7af5fd2585 100755
--- a/cpp/src/Ice/StringConverter.cpp
+++ b/cpp/src/Ice/StringConverter.cpp
@@ -61,7 +61,7 @@ UnicodeWstringConverter::toUTF8(const wchar_t* sourceStart,
void
UnicodeWstringConverter::fromUTF8(const Byte* sourceStart, const Byte* sourceEnd,
- const wchar_t*& targetStart, const wchar_t*& targetEnd)
+ const wchar_t*& targetStart, const wchar_t*& targetEnd) const
{
size_t size = static_cast<size_t>(sourceEnd - sourceStart);