ICU-4092 Real fix for MSVC 6

X-SVN-Rev: 16989
This commit is contained in:
George Rhoten 2004-12-21 23:51:25 +00:00
parent 2596872615
commit 4f61fbcda0

View File

@ -65,7 +65,7 @@ void UVectorTest::runIndexedTest( int32_t index, UBool exec, const char* &name,
U_CDECL_BEGIN
static int8_t U_CALLCONV
UVectorTest_compareInt32(const UHashTok key1, const UHashTok key2) {
UVectorTest_compareInt32(UHashTok key1, UHashTok key2) {
if (key1.integer > key2.integer) {
return 1;
}