mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 04:29:31 +00:00
ICU-460 bool_t -> UBool - build was broken on PTX
X-SVN-Rev: 1985
This commit is contained in:
parent
d26456b97e
commit
27573f3460
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
class IntlTestDecimalFormatAPI: public IntlTest {
|
||||
void runIndexedTest( int32_t index, bool_t exec, char* &name, char* par = NULL );
|
||||
void runIndexedTest( int32_t index, UBool exec, char* &name, char* par = NULL );
|
||||
|
||||
public:
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue