X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=macosx%2FChapterTitles.h;h=94d06c806d3c4ed7a28e01c50c6be93c3ad0666a;hb=f93c2a10768843b2f8900695bb1ab276ffc168ab;hp=7f905e0d5bc9822bac2e91f51bf83e382a96c321;hpb=c7d8a4c93c59999481f91333ebdebde830575dbf;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/macosx/ChapterTitles.h b/macosx/ChapterTitles.h index 7f905e0d..94d06c80 100644 --- a/macosx/ChapterTitles.h +++ b/macosx/ChapterTitles.h @@ -1,7 +1,7 @@ /* ChapterTitles.h $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #include @@ -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