From f98bdddd09609b7a42b849279c7c83624090ab4e Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Mon, 31 Jan 2011 08:33:16 +0000 Subject: Updated PSMTabBarControl (warning fixes) svn path=/trunk/netsurf/; revision=11560 --- cocoa/PSMTabBarControl/PSMTabBarController.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cocoa/PSMTabBarControl/PSMTabBarController.h') diff --git a/cocoa/PSMTabBarControl/PSMTabBarController.h b/cocoa/PSMTabBarControl/PSMTabBarController.h index 447011f44..a73a04f1f 100644 --- a/cocoa/PSMTabBarControl/PSMTabBarController.h +++ b/cocoa/PSMTabBarControl/PSMTabBarController.h @@ -27,9 +27,9 @@ - (NSRect)addButtonRect; - (NSMenu *)overflowMenu; -- (NSRect)cellTrackingRectAtIndex:(NSInteger)index; -- (NSRect)closeButtonTrackingRectAtIndex:(NSInteger)index; -- (NSRect)cellFrameAtIndex:(NSInteger)index; +- (NSRect)cellTrackingRectAtIndex:(NSUInteger)index; +- (NSRect)closeButtonTrackingRectAtIndex:(NSUInteger)index; +- (NSRect)cellFrameAtIndex:(NSUInteger)index; - (void)setSelectedCell:(PSMTabBarCell *)cell; -- cgit v1.2.3