X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=macosx%2FChapterTitles.h;h=94d06c806d3c4ed7a28e01c50c6be93c3ad0666a;hb=240cf3308bf21be4d1918a71a5510d07e7d6d85b;hp=e8071b596fbb7e3e81bf8351fcaf44520feb6d4d;hpb=0019d232363aaf8dbdad11261d734198d3f9eafb;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/macosx/ChapterTitles.h b/macosx/ChapterTitles.h index e8071b59..94d06c80 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