summaryrefslogtreecommitdiffstats
path: root/macosx/ChapterTitles.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2009-03-01 18:00:26 +0000
committerritsuka <[email protected]>2009-03-01 18:00:26 +0000
commita2763d8dc216bc2670d49128d98dd65600cfe95f (patch)
tree8f0626993b49b3834ad6a89af3145fa4eab00de4 /macosx/ChapterTitles.h
parent1d3a65d04e19f8adf752e44a2905d1b4932efe7e (diff)
MacGui; fixed warnings related to 64bit cocoa.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2183 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/ChapterTitles.h')
-rw-r--r--macosx/ChapterTitles.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/ChapterTitles.h b/macosx/ChapterTitles.h
index e8071b596..94d06c806 100644
--- a/macosx/ChapterTitles.h
+++ b/macosx/ChapterTitles.h
@@ -19,10 +19,10 @@
- (id)tableView:(NSTableView *)aTableView
objectValueForTableColumn:(NSTableColumn *)aTableColumn
- row:(int)rowIndex;
+ row:(NSInteger)rowIndex;
- (void)tableView:(NSTableView *)aTableView
setObjectValue:(id)anObject
forTableColumn:(NSTableColumn *)aTableColumn
- row:(int)rowIndex;
+ row:(NSInteger)rowIndex;
@end