aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/InfoBar.mm
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-05-21 11:52:08 +1000
committernyamatongwe <devnull@localhost>2011-05-21 11:52:08 +1000
commit47dd6f2e276c96d48276c74badb04a1edf68eb0b (patch)
tree7993bc4ea442054d793510285d0011323192c7d6 /cocoa/InfoBar.mm
parent33bf1af7b71e313a380559b0bbd59e86eef9331b (diff)
downloadscintilla-mirror-47dd6f2e276c96d48276c74badb04a1edf68eb0b.tar.gz
64-bit fixes.
Diffstat (limited to 'cocoa/InfoBar.mm')
-rw-r--r--cocoa/InfoBar.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/InfoBar.mm b/cocoa/InfoBar.mm
index 63d68c4a1..0d4a7a750 100644
--- a/cocoa/InfoBar.mm
+++ b/cocoa/InfoBar.mm
@@ -46,7 +46,7 @@
//--------------------------------------------------------------------------------------------------
- (void) selectWithFrame: (NSRect) aRect inView: (NSView*) controlView editor: (NSText*) textObj
- delegate:(id) anObject start: (int) selStart length: (int) selLength
+ delegate:(id) anObject start: (NSInteger) selStart length: (NSInteger) selLength
{
aRect = [self drawingRectForBounds: aRect];
mIsEditingOrSelecting = YES;