Removed gcc 4.02 compiler warnings.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21846 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2005-10-19 23:54:22 +00:00
parent b6da6cd684
commit 0a310d0b60
10 changed files with 54 additions and 30 deletions

View file

@ -91,8 +91,8 @@ _addLeftBorderOffsetToRect(NSRect aRect)
return YES;
}
// We do not want to popup menus in this menu.
- (id) menuForEvent: (NSEvent*) theEvent
// We do not want to popup menus in this menu view.
- (NSMenu *) menuForEvent: (NSEvent*) theEvent
{
NSDebugLLog (@"NSMenu", @"Query for menu in view");
return nil;