diff options
Diffstat (limited to 'macosx/ChapterTitles.h')
-rw-r--r-- | macosx/ChapterTitles.h | 4 |
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 |