From 63fbfa1580411f8fc66d1bd6b634b2ae629c9ea8 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 27 Jul 2008 09:57:56 +0200 Subject: MLKCons: Implement -copyWithZone:. This makes the D-B macro work again, though the cause of the failure is still unknown. --- MLKCons.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MLKCons.h') diff --git a/MLKCons.h b/MLKCons.h index 739fb40..55f47c1 100644 --- a/MLKCons.h +++ b/MLKCons.h @@ -44,5 +44,7 @@ // only -(NSString *)descriptionForLisp; +-(id) copyWithZone:(NSZone *)zone; + -(void) dealloc; @end -- cgit v1.2.3