mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 02:30:37 +00:00
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:
parent
354ab11ccc
commit
0ecdeae752
3 changed files with 11 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue