From fe9c8d24cf66dbdc80b36349552213c13b67bf5d Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 4 Oct 2010 03:07:12 -0700 Subject: [PATCH] Fix the type of the ellipsis: argument. --- iPhonePrivate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iPhonePrivate.h b/iPhonePrivate.h index 8e63ef12..bf499144 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 -- 2.47.2