diff options
author | nyamatongwe <unknown> | 2011-05-21 11:52:08 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2011-05-21 11:52:08 +1000 |
commit | bd90861c34cf8b8001a8c38304b0ee37de252328 (patch) | |
tree | dda7e85f3b5eeb4841f79f25b6df967d5280ed6a /cocoa/InfoBar.mm | |
parent | b131b0923b67162ff1be29da0ebba7289b5a1c3f (diff) | |
download | scintilla-mirror-bd90861c34cf8b8001a8c38304b0ee37de252328.tar.gz |
64-bit fixes.
Diffstat (limited to 'cocoa/InfoBar.mm')
-rw-r--r-- | cocoa/InfoBar.mm | 2 |
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; |