From 94569e041529eead2209ecd2e04a747dbef262d3 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Tue, 5 Aug 2008 11:05:10 +0200 Subject: Implement MLKInterpretedClosure#-dealloc. --- MLKInterpretedClosure.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MLKInterpretedClosure.h') diff --git a/MLKInterpretedClosure.h b/MLKInterpretedClosure.h index 942a9b8..08421f5 100644 --- a/MLKInterpretedClosure.h +++ b/MLKInterpretedClosure.h @@ -42,4 +42,6 @@ -(NSString *) description; -(NSString *) descriptionForLisp; + +-(void) dealloc; @end -- cgit v1.2.3