From: Jay Freeman (saurik) Date: Mon, 4 Oct 2010 10:07:12 +0000 (-0700) Subject: Fix the type of the ellipsis: argument. X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/6895ceafe1ea62220c0df671a43c406232a60d82 Fix the type of the ellipsis: argument. --- 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