mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
ICU-2699 Fix some compiler warnings
X-SVN-Rev: 11898
This commit is contained in:
parent
d2b0d82e6e
commit
b61090ec34
1 changed files with 1 additions and 1 deletions
|
@ -1711,7 +1711,7 @@ void CollationAPITest::TestUClassID()
|
|||
delete coll;
|
||||
}
|
||||
|
||||
class TestCollator: Collator
|
||||
class TestCollator : public Collator
|
||||
{
|
||||
public:
|
||||
virtual Collator* clone(void) const;
|
||||
|
|
Loading…
Add table
Reference in a new issue