ICU-176 remove incorrect 'inline's
X-SVN-Rev: 1332
This commit is contained in:
parent
327ce99a6a
commit
faa9cb8e41
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user