diff options
| author | Pietro Gagliardi <[email protected]> | 2014-04-04 19:14:03 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-04-04 19:14:03 -0400 |
| commit | dd4a7b9cbef10d5469aa6660286dcecfde9a6ad2 (patch) | |
| tree | 35f9aaa0aca71ac481b2411aa016b829f2ce941b /bleh_darwin.m | |
| parent | 461b0cc023f7297e8cb77e0aa2707cf6e4494e87 (diff) | |
Removed objc_msgSend_rect_uint_uint_bool().
Diffstat (limited to 'bleh_darwin.m')
| -rw-r--r-- | bleh_darwin.m | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
