ICU-176 remove incorrect 'inline's

X-SVN-Rev: 1332
This commit is contained in:
Markus Scherer 2000-05-04 18:21:36 +00:00
parent 327ce99a6a
commit faa9cb8e41

View File

@ -332,7 +332,7 @@ public:
* for forward iteration with nextPostInc(). * for forward iteration with nextPostInc().
* @draft * @draft
*/ */
virtual inline UChar firstPostInc(void); virtual UChar firstPostInc(void);
/** /**
* Sets the iterator to refer to the first code point in its * Sets the iterator to refer to the first code point in its
@ -351,7 +351,7 @@ public:
* for forward iteration with next32PostInc(). * for forward iteration with next32PostInc().
* @draft * @draft
*/ */
virtual inline UChar32 first32PostInc(void); virtual UChar32 first32PostInc(void);
/** /**
* Sets the iterator to refer to the first code unit or code point in its * Sets the iterator to refer to the first code unit or code point in its