ICU-2699 Fix some compiler warnings

X-SVN-Rev: 12186
This commit is contained in:
George Rhoten 2003-05-30 00:00:55 +00:00
parent 4a68f2acca
commit ba3755d7bc

View File

@ -199,7 +199,7 @@ public:
* @return The class ID for all objects of this class.
* @stable ICU 2.0
*/
static UClassID getStaticClassID(void);
static inline UClassID getStaticClassID(void);
protected:
//=======================================================================