Fix image encoding

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10827 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2001-09-01 04:20:55 +00:00
parent 686982ea7f
commit 2437b86d25
3 changed files with 11 additions and 5 deletions

View file

@ -621,7 +621,7 @@
NSData *data = [self TIFFRepresentation];
[super encodeWithCoder: aCoder];
[data encodeWithCoder: aCoder];
[aCoder encodeObject: data];
}
- (id) initWithCoder: (NSCoder*)aDecoder