summaryrefslogtreecommitdiff
path: root/MLKEnvironment.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-13 23:20:02 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-13 23:20:02 +0200
commit206e9d65a486e7f01e9fe32b2ef66bc4b0c22798 (patch)
tree23953d2aaf3d46e9ec41984efeaa4c560c672100 /MLKEnvironment.h
parent97ad5ac29b2ca40c5ec27f9057b28f8c9cb2b566 (diff)
Override -dealloc in every class.
Diffstat (limited to 'MLKEnvironment.h')
-rw-r--r--MLKEnvironment.h2
1 files changed, 2 insertions, 0 deletions
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