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:
George Rhoten 2002-05-23 00:08:38 +00:00
parent 096e30f900
commit 525588c474

View File

@ -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. */