Author: ivucica
Date: Wed Apr 6 22:43:32 2016
New Revision: 39636
URL: http://svn.gna.org/viewcvs/gnustep?rev=39636&view=rev
Log:
Add return type 'id' to -[GSGState copyWithZone:] method definition.
Cherrypicking gnustep_testplant_branch r39614.
Modified:
libs/back/trunk/ChangeLog
libs/back/trunk/Source/gsc/GSGState.m
Modified: libs/back/trunk/ChangeLog
URL:
http://svn.gna.org/viewcvs/gnustep/libs/back/trunk/ChangeLog?rev=39636&r1=39635&r2=39636&view=diff
==============================================================================
--- libs/back/trunk/ChangeLog (original)
+++ libs/back/trunk/ChangeLog Wed Apr 6 22:43:32 2016
@@ -7,6 +7,10 @@
* Source/cairo/Win32CairoGState.m:
Implement dealloc/copyWithZone on Win32CairoGState instance.
Patch by mlytwyn (cherrypicked from testplant branch, r39618).
+
+ * Source/gsc/GSGState.m:
+ Add return type 'id' to -[GSGState copyWithZone:] method definition.
+ Patch by mlytwyn (cherrypicked from testplant branch, r39619).
2016-03-01 Seong Gu Lee <[email protected]>
Modified: libs/back/trunk/Source/gsc/GSGState.m
URL:
http://svn.gna.org/viewcvs/gnustep/libs/back/trunk/Source/gsc/GSGState.m?rev=39636&r1=39635&r2=39636&view=diff
==============================================================================
--- libs/back/trunk/Source/gsc/GSGState.m (original)
+++ libs/back/trunk/Source/gsc/GSGState.m Wed Apr 6 22:43:32 2016
@@ -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 */
_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs