mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-18 11:14:22 +00:00
ICU-2962 Use U_CALLCONV
X-SVN-Rev: 12625
This commit is contained in:
parent
c8fdd6341b
commit
ca8d234fe8
1 changed files with 3 additions and 2 deletions
|
@ -480,12 +480,13 @@ public:
|
|||
};
|
||||
|
||||
// UObjectDeleter for serviceCache
|
||||
|
||||
U_CAPI void U_EXPORT2
|
||||
U_CDECL_BEGIN
|
||||
static void U_CALLCONV
|
||||
cacheDeleter(void* obj) {
|
||||
U_NAMESPACE_USE
|
||||
((CacheEntry*)obj)->unref();
|
||||
}
|
||||
U_CDECL_END
|
||||
|
||||
/**
|
||||
* Deleter for UObjects
|
||||
|
|
Loading…
Add table
Reference in a new issue