From dd4a7b9cbef10d5469aa6660286dcecfde9a6ad2 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 4 Apr 2014 19:14:03 -0400 Subject: Removed objc_msgSend_rect_uint_uint_bool(). --- bleh_darwin.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bleh_darwin.m') diff --git a/bleh_darwin.m b/bleh_darwin.m index da1eebf..c6f1364 100644 --- a/bleh_darwin.m +++ b/bleh_darwin.m @@ -113,7 +113,7 @@ id objc_msgSend_rect_bool(id obj, SEL sel, int64_t x, int64_t y, int64_t w, int6 return objc_msgSend(obj, sel, OurRect(), b); } -id _objc_msgSend_rect_uint_uint_bool(id obj, SEL sel, int64_t x, int64_t y, int64_t w, int64_t h, uintptr_t b, uintptr_t c, BOOL d) +id objc_msgSend_rect_uint_uint_bool(id obj, SEL sel, int64_t x, int64_t y, int64_t w, int64_t h, uintptr_t b, uintptr_t c, BOOL d) { return objc_msgSend(obj, sel, OurRect(), (NSUInteger) b, (NSUInteger) c, d); } -- cgit v1.2.3