]> git.saurik.com Git - cydia.git/commitdiff
Fix the type of the ellipsis: argument.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 4 Oct 2010 10:07:12 +0000 (03:07 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 4 Oct 2010 10:07:12 +0000 (03:07 -0700)
iPhonePrivate.h

index 8e63ef126f78a893f4cb600e32cc05830380edfb..bf49914445e152ea3d462e8c154964cb69e8c636 100644 (file)
@@ -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