ICU-1913 You shouldn't be able to do a sizeof(UBreakIterator) normally because it's not really a void *
X-SVN-Rev: 8675
This commit is contained in:
parent
096e30f900
commit
525588c474
@ -170,7 +170,7 @@
|
||||
*/
|
||||
#ifndef UBRK_TYPEDEF_UBREAK_ITERATOR
|
||||
# define UBRK_TYPEDEF_UBREAK_ITERATOR
|
||||
typedef void* UBreakIterator;
|
||||
typedef void UBreakIterator;
|
||||
#endif
|
||||
|
||||
/** The possible types of text boundaries. */
|
||||
|
Loading…
Reference in New Issue
Block a user