ICU-2202 fix linkage

X-SVN-Rev: 14369
This commit is contained in:
Alan Liu 2004-01-21 00:19:09 +00:00
parent 12873e5713
commit a285757d10

View File

@ -18,7 +18,11 @@
U_NAMESPACE_BEGIN
class LocaleBased {
class U_COMMON_API LocaleBased {
// Hmm. This is an internal class (which may very well go away
// altogether soon) and it is ONLY constructed on the stack.
// It has no vtable BY DESIGN. For this reason, I'm not inheriting
// from UObject or UMemory. aliu 2004-01-20
public: