diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-10-04 03:07:12 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-10-04 03:07:12 -0700 |
commit | fe9c8d24cf66dbdc80b36349552213c13b67bf5d (patch) | |
tree | ca296345981f1681b37365ba010eec89b838c8f4 /iPhonePrivate.h | |
parent | f4932d170dd8ebcb0c1bfba6aa70261f0aa29a45 (diff) |
Fix the type of the ellipsis: argument.
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r-- | iPhonePrivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h index 8e63ef1..bf49914 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -34,7 +34,7 @@ typedef enum { @interface NSString (Apple) -- (void) drawAtPoint:(CGPoint)point forWidth:(float)width withFont:(UIFont *)font ellipsis:(BOOL)ellipsis; +- (void) drawAtPoint:(CGPoint)point forWidth:(float)width withFont:(UIFont *)font ellipsis:(NSInteger)ellipsis; - (NSString *) stringByAddingPercentEscapes; - (NSString *) stringByReplacingCharacter:(UniChar)from withCharacter:(UniChar)to; @end |