| Index: source/common/sharedobject.h
|
| diff --git a/source/common/sharedobject.h b/source/common/sharedobject.h
|
| index 44028699975920a2a5ddf19e142cb8ad85eb2aea..e5062cc0c981fa674d1909155e0ba8edae0b5be9 100644
|
| --- a/source/common/sharedobject.h
|
| +++ b/source/common/sharedobject.h
|
| @@ -21,7 +21,7 @@ U_NAMESPACE_BEGIN
|
| * update cache metrics. No other part of ICU, except for SharedObject,
|
| * should directly call the methods of this base class.
|
| */
|
| -class UnifiedCacheBase : public UObject {
|
| +class U_COMMON_API UnifiedCacheBase : public UObject {
|
| public:
|
| UnifiedCacheBase() { }
|
|
|
|
|