summaryrefslogtreecommitdiff
path: root/objc_darwin.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-02-18 23:04:14 -0500
committerPietro Gagliardi <[email protected]>2015-02-18 23:04:14 -0500
commit1d091637d8a958b648fe77dd1ce5a9760737dfc1 (patch)
tree10126d366e05ed7328b60fe9149d6ac79a2b5904 /objc_darwin.h
parent8ec518dfe8813feebf8a408113499ec54254927a (diff)
Migrated the Mac OS X Table implementation. Untested due to VM issues.
Diffstat (limited to 'objc_darwin.h')
-rw-r--r--objc_darwin.h4
1 files changed, 2 insertions, 2 deletions
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 *);