ICU-4707 Fix some compiler warnings

X-SVN-Rev: 19461
This commit is contained in:
George Rhoten 2006-03-28 07:25:09 +00:00
parent d96b2b6088
commit 9b74d98d49

View File

@ -1,6 +1,6 @@
/********************************************************************
* COPYRIGHT:
* Copyright (c) 2005-2005, International Business Machines Corporation and
* Copyright (c) 2005-2006, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
@ -20,7 +20,6 @@
class RandomCollatorTest: public IntlTestCollator {
public:
virtual void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
virtual ~RandomCollatorTest(){}
void Test();
void Test2();
};