mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 02:20:37 +00:00
Removed a few compiler warnings found by gcc 4.6
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@34344 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
52b39d8923
commit
12bbf00d16
6 changed files with 52 additions and 30 deletions
|
@ -481,7 +481,8 @@ static BOOL _isInInterfaceBuilder = NO;
|
|||
|
||||
if ([_viewClass isKindOfClass: [NSToolbar class]])
|
||||
{
|
||||
[_realObject setToolbar: _viewClass];
|
||||
// FIXME: No idea what is going on here
|
||||
[_realObject setToolbar: (NSToolbar*)_viewClass];
|
||||
}
|
||||
|
||||
[_view _fixSubviews];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue