Add type casts to keep compiler happy.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27481 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2008-12-31 16:49:46 +00:00
parent ae4c7503ac
commit 326aaadef2
5 changed files with 31 additions and 19 deletions

View file

@ -975,7 +975,7 @@ static BOOL menuBarVisible = YES;
while (cont && i < num)
{
cont = [_delegate menu: self
updateItem: [self itemAtIndex: i]
updateItem: (NSMenuItem*)[self itemAtIndex: i]
atIndex: i
shouldCancel: NO];
i++;