Index: src/views/mac/SkTextFieldCell.m |
diff --git a/src/views/mac/SkTextFieldCell.m b/src/views/mac/SkTextFieldCell.m |
index 7aa094da883683821b63c6616629cb8acc9bc707..c5efc46406e01497b1652771616bf1d6879ccf2e 100644 |
--- a/src/views/mac/SkTextFieldCell.m |
+++ b/src/views/mac/SkTextFieldCell.m |
@@ -25,8 +25,8 @@ |
inView:(NSView *)controlView |
editor:(NSText *)textObj |
delegate:(id)anObject |
- start:(int)selStart |
- length:(int)selLength { |
+ start:(NSInteger)selStart |
+ length:(NSInteger)selLength { |
aRect = [self drawingRectForBounds:aRect]; |
selectingOrEditing = YES; |
[super selectWithFrame:aRect |