diff options
author | Bernard Normier <bernard@zeroc.com> | 2006-01-24 00:08:35 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2006-01-24 00:08:35 +0000 |
commit | b78992bd696105626fc2e0f69fba018d5de4c36f (patch) | |
tree | a631acbbb3c0d0efe2c54b82172ecc9fd0102103 /cpp/src/Ice/StringConverter.cpp | |
parent | Fixed HP warning (diff) | |
download | ice-b78992bd696105626fc2e0f69fba018d5de4c36f.tar.bz2 ice-b78992bd696105626fc2e0f69fba018d5de4c36f.tar.xz ice-b78992bd696105626fc2e0f69fba018d5de4c36f.zip |
Removed HP warnings
Diffstat (limited to 'cpp/src/Ice/StringConverter.cpp')
-rwxr-xr-x | cpp/src/Ice/StringConverter.cpp | 2 |
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);
|