Fix method definition

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/branches/gnustep_testplant_branch@39619 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcian Lytwyn 2016-04-04 14:57:52 +00:00
parent 6e1de7df76
commit e67b35527f

View file

@ -109,7 +109,7 @@
return [description copy];
}
- copyWithZone: (NSZone *)zone
- (id)copyWithZone: (NSZone *)zone
{
GSGState *new = (GSGState *)NSCopyObject(self, 0, zone);
/* Do a deep copy since gstates are isolated from each other */