ICU-2699 Fix some compiler warnings

X-SVN-Rev: 11898
This commit is contained in:
George Rhoten 2003-05-12 22:46:56 +00:00
parent d2b0d82e6e
commit b61090ec34

View File

@ -1711,7 +1711,7 @@ void CollationAPITest::TestUClassID()
delete coll;
}
class TestCollator: Collator
class TestCollator : public Collator
{
public:
virtual Collator* clone(void) const;