mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-24 00:20:57 +00:00
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:
parent
6e1de7df76
commit
e67b35527f
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue