ICU-392 Don't export as many symbols

X-SVN-Rev: 6038
This commit is contained in:
George Rhoten 2001-10-04 01:31:10 +00:00
parent 33998e8272
commit 75f6cbaed0

View File

@ -47,7 +47,7 @@
// static initialization
const char TimeZone::fgClassID = 0; // Value is irrelevant
TimeZone* DEFAULT_ZONE = NULL;
static TimeZone* DEFAULT_ZONE = NULL;
static const UChar GMT_ID[] = {0x47, 0x4D, 0x54, 0x00}; /* "GMT" */
static const int32_t GMT_ID_LENGTH = 3;