mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 00:00:43 +00:00
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:
parent
ae4c7503ac
commit
326aaadef2
5 changed files with 31 additions and 19 deletions
|
@ -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++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue