ICU-2729 Fix a compiler error with AIX

X-SVN-Rev: 11665
This commit is contained in:
George Rhoten 2003-04-24 16:16:13 +00:00
parent 3c61949227
commit 213d998491

View File

@ -42,7 +42,7 @@ public :
static NamePrepTransform* createInstance(UParseError& parseError, UErrorCode& status);
inline ~NamePrepTransform();
virtual ~NamePrepTransform();
inline UBool isProhibited(UChar32 ch);