mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:10:38 +00:00
Fixes to allow the library compile under NeXT PDO.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2396 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
98035d75ea
commit
fd10203c7f
11 changed files with 65 additions and 23 deletions
|
@ -38,6 +38,8 @@
|
|||
#include <Foundation/NSValue.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSBundle.h>
|
||||
#include <Foundation/NSString.h>
|
||||
|
||||
#include <AppKit/NSImage.h>
|
||||
#include <AppKit/NSBitmapImageRep.h>
|
||||
#include <AppKit/NSCachedImageRep.h>
|
||||
|
@ -971,7 +973,7 @@ iterate_reps_for_types(NSArray* imageReps, SEL method)
|
|||
NSArray* pb_list;
|
||||
|
||||
// Have the image rep perform the operation
|
||||
pb_list = [rep perform: method];
|
||||
pb_list = [rep performSelector: method];
|
||||
|
||||
// Iterate through the returned array
|
||||
// and add elements to types list, duplicates weeded.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue