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. --- MLKUndefinedVariableException.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MLKUndefinedVariableException.h') diff --git a/MLKUndefinedVariableException.h b/MLKUndefinedVariableException.h index 16005ce..d373656 100644 --- a/MLKUndefinedVariableException.h +++ b/MLKUndefinedVariableException.h @@ -14,4 +14,6 @@ -(MLKUndefinedVariableException *) initWithEnvironment:(id)environment variableName:(id)symbol; + +-(void) dealloc; @end -- cgit v1.2.3