Remove compiler warning for NSBrowser header cell drawing.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30360 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2010-05-11 16:48:44 +00:00
parent 354ab11ccc
commit 0ecdeae752
3 changed files with 11 additions and 4 deletions

View file

@ -927,11 +927,11 @@ APPKIT_EXPORT NSString *GSThemeWillDeactivateNotification;
state: (int)inputState
andTitle: (NSString*)title;
- (void) drawBrowserHeaderCell: (NSCell*)cell
- (void) drawBrowserHeaderCell: (NSTableHeaderCell*)cell
withFrame: (NSRect)rect
inView: (NSView*)view;
- (NSRect) browserHeaderDrawingRectForCell: (NSCell*)cell
- (NSRect) browserHeaderDrawingRectForCell: (NSTableHeaderCell*)cell
withFrame: (NSRect)rect;
@end