mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 01:00:38 +00:00
cast to fix warning
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28560 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
eafa573824
commit
55026bc7b3
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ repd_for_rep(NSArray *_reps, NSImageRep *rep)
|
|||
|
||||
image = (NSImage*)[nameDict objectForKey: aName];
|
||||
|
||||
if (image == nil || [image _resource] == nil)
|
||||
if (image == nil || [(id)image _resource] == nil)
|
||||
{
|
||||
NSString *ext;
|
||||
NSString *path = nil;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue