From 1d091637d8a958b648fe77dd1ce5a9760737dfc1 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 18 Feb 2015 23:04:14 -0500 Subject: Migrated the Mac OS X Table implementation. Untested due to VM issues. --- objc_darwin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'objc_darwin.h') diff --git a/objc_darwin.h b/objc_darwin.h index e8b7752..388f43f 100644 --- a/objc_darwin.h +++ b/objc_darwin.h @@ -146,8 +146,8 @@ extern void areaEndTextFieldEditing(id, id); /* common_darwin.m */ extern void disableAutocorrect(id); -/* imagerep_darwin.m */ -extern id toImageListImage(void *, intptr_t, intptr_t, intptr_t); +/* image_darwin.m */ +extern id toTableImage(void *, intptr_t, intptr_t, intptr_t); /* dialog_darwin.m */ extern void openFile(id, void *); -- cgit v1.2.3