ICU-1913 Fix a compiler problem for HP/UX created by last fix.
X-SVN-Rev: 9640
This commit is contained in:
parent
a6cd5b4b16
commit
7f6c76c505
@ -61,7 +61,7 @@ public:
|
||||
/*
|
||||
* Return a random double that isn't too large.
|
||||
*/
|
||||
static double IntlTestNumberFormat::getSafeDouble(double smallerThanMax);
|
||||
static double getSafeDouble(double smallerThanMax);
|
||||
|
||||
/*
|
||||
* Return a random double
|
||||
|
Loading…
Reference in New Issue
Block a user