ICU-2962 Use U_CALLCONV
X-SVN-Rev: 12625
This commit is contained in:
parent
c8fdd6341b
commit
ca8d234fe8
@ -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…
Reference in New Issue
Block a user