diff options
| author | Pietro Gagliardi <[email protected]> | 2014-04-04 19:08:25 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-04-04 19:08:25 -0400 |
| commit | 461b0cc023f7297e8cb77e0aa2707cf6e4494e87 (patch) | |
| tree | 8a02be66675a8ca4d7e43f6046308036da9832aa /bleh_darwin.m | |
| parent | ba2c1d6d20c9b9afe67a46120969a05672be76cd (diff) | |
Removed objc_msgSend_rect_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 ce5f905..da1eebf 100644 --- a/bleh_darwin.m +++ b/bleh_darwin.m @@ -108,7 +108,7 @@ id _objc_msgSend_rect(id obj, SEL sel, int64_t x, int64_t y, int64_t w, int64_t return objc_msgSend(obj, sel, OurRect()); } -id _objc_msgSend_rect_bool(id obj, SEL sel, int64_t x, int64_t y, int64_t w, int64_t h, BOOL b) +id objc_msgSend_rect_bool(id obj, SEL sel, int64_t x, int64_t y, int64_t w, int64_t h, BOOL b) { return objc_msgSend(obj, sel, OurRect(), b); } |
