fixed the type for iOS
This commit is contained in:
Родитель
305550e2b0
Коммит
c73beba005
|
@ -59,7 +59,7 @@ namespace HarfBuzzSharp
|
|||
|
||||
// internal proxy
|
||||
#if __IOS__
|
||||
[ObjCRuntime.MonoPInvokeCallback (typeof (hb_destroy_func_tInternal))]
|
||||
[ObjCRuntime.MonoPInvokeCallback (typeof (hb_destroy_func_t))]
|
||||
#endif
|
||||
private static void DestroyInternal(IntPtr context)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче