diff options
Diffstat (limited to 'cpp/include/Ice/Config.h')
-rw-r--r-- | cpp/include/Ice/Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/Config.h b/cpp/include/Ice/Config.h index 804e4ede4a7..e6ecfc38c37 100644 --- a/cpp/include/Ice/Config.h +++ b/cpp/include/Ice/Config.h @@ -69,7 +69,7 @@ namespace IceInternal namespace Ice { -typedef char Byte; +typedef unsigned char Byte; typedef short Short; typedef int Int; typedef IceUtil::Int64 Long; |