ICU-900 Fixed some compiler warnings
X-SVN-Rev: 4784
This commit is contained in:
parent
05478226be
commit
addeee49e9
@ -38,7 +38,8 @@ DateFormat::DateFormat()
|
||||
//----------------------------------------------------------------------
|
||||
|
||||
DateFormat::DateFormat(const DateFormat& other)
|
||||
: fCalendar(0),
|
||||
: Format(other),
|
||||
fCalendar(0),
|
||||
fNumberFormat(0)
|
||||
{
|
||||
*this = other;
|
||||
|
@ -75,6 +75,7 @@ NumberFormat::~NumberFormat()
|
||||
// copy constructor
|
||||
|
||||
NumberFormat::NumberFormat(const NumberFormat &source)
|
||||
: Format(source)
|
||||
{
|
||||
*this = source;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user