From 206e9d65a486e7f01e9fe32b2ef66bc4b0c22798 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Fri, 13 Jun 2008 23:20:02 +0200 Subject: Override -dealloc in every class. --- MLKEnvironment.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MLKEnvironment.h') diff --git a/MLKEnvironment.h b/MLKEnvironment.h index b40ea5a..cda8576 100644 --- a/MLKEnvironment.h +++ b/MLKEnvironment.h @@ -25,4 +25,6 @@ // Private methods. -(void) setBinding:(MLKSymbol *)symbol to:(id)value inEnvironment:(MLKEnvironment *)env; -(id) valueForBinding:(MLKSymbol *)symbol inEnvironment:(MLKEnvironment *)env; + +-(void) dealloc; @end -- cgit v1.2.3