mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 09:21:03 +00:00
ICU-4338 Remove more compiler warnings. (sigh...)
X-SVN-Rev: 19374
This commit is contained in:
parent
1e7477b4e4
commit
c612f9a13a
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ struct InsertionRecord;
|
|||
*
|
||||
* @internal
|
||||
*/
|
||||
class LEInsertionCallback
|
||||
class U_LAYOUT_API LEInsertionCallback
|
||||
{
|
||||
public:
|
||||
/**
|
||||
|
@ -39,7 +39,7 @@ public:
|
|||
virtual le_bool applyInsertion(le_int32 atPosition, le_int32 count, LEGlyphID newGlyphs[]) = 0;
|
||||
|
||||
/**
|
||||
* The descructor
|
||||
* The destructor
|
||||
*/
|
||||
virtual ~LEInsertionCallback();
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue