ICU-1962 fix comment

X-SVN-Rev: 9579
This commit is contained in:
Markus Scherer 2002-08-05 21:15:07 +00:00
parent 9dc91204db
commit 8dd810c7bd

View File

@ -129,7 +129,7 @@ protected:
// clone() commented out from the base class:
// some compilers do not support co-variant return types
// (i.e., subclasses would have to return UObject& as well, instead of SubClass&)
// (i.e., subclasses would have to return UObject * as well, instead of SubClass *)
// virtual UObject *clone() const;
#endif
};