ICU-4671 Fix for Forte 8

X-SVN-Rev: 18272
This commit is contained in:
George Rhoten 2005-07-18 20:22:03 +00:00
parent 766fb06f3c
commit 2821b59c02

View file

@ -64,14 +64,14 @@ public:
*
* @draft ICU 2.2
*/
virtual inline UClassID getDynamicClassID() const;
virtual UClassID getDynamicClassID() const;
/**
* ICU "poor man's RTTI", returns a UClassID for this class.
*
* @draft ICU 2.2
*/
static inline UClassID U_EXPORT2 getStaticClassID();
static UClassID U_EXPORT2 getStaticClassID();
protected: