mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 12:30:47 +00:00
Working NSPDFImageRep
This commit is contained in:
parent
eda8ed07eb
commit
208116ad08
3 changed files with 63 additions and 20 deletions
|
@ -232,7 +232,7 @@
|
|||
|
||||
+ (id) imageRepWithData: (NSData *)data
|
||||
{
|
||||
return [[[self alloc] initWithData: data] autorelease];
|
||||
return AUTORELEASE([[self alloc] initWithData: data]);
|
||||
}
|
||||
|
||||
- (id) initWithData: (NSData *)data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue