This commit is contained in:
Matthew Leibowitz 2017-04-28 15:35:09 -04:00
Родитель 305550e2b0
Коммит c73beba005
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)
{