Revision: 18290
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=18290&view=rev
Author:   hofman
Date:     2011-12-05 10:50:21 +0000 (Mon, 05 Dec 2011)
Log Message:
-----------
override NSCopying of cell

Modified Paths:
--------------
    trunk/bibdesk/BDSKFontWell.m

Modified: trunk/bibdesk/BDSKFontWell.m
===================================================================
--- trunk/bibdesk/BDSKFontWell.m        2011-12-05 07:35:12 UTC (rev 18289)
+++ trunk/bibdesk/BDSKFontWell.m        2011-12-05 10:50:21 UTC (rev 18290)
@@ -329,6 +329,12 @@
        return self;
 }
 
+- (id)copyWithZone:(NSZone *)zone {
+    BDSKFontWellCell *copy = [super copyWithZone:zone];
+    copy->bgCell = [bgCell copyWithZone:zone];
+    return copy;
+}
+
 - (void)dealloc {
     BDSKDESTROY(bgCell);
     [super dealloc];

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to