From 3e30453f1714b03be1a6588e174a3f256e80cf5f Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 14 Jun 2008 16:31:50 +0200 Subject: Call [super init] from every initialiser of every class. --- MLKThrowException.m | 1 + 1 file changed, 1 insertion(+) (limited to 'MLKThrowException.m') diff --git a/MLKThrowException.m b/MLKThrowException.m index e3f3e0c..a4ba9ae 100644 --- a/MLKThrowException.m +++ b/MLKThrowException.m @@ -8,6 +8,7 @@ -(MLKThrowException *) initWithCatchTag:(MLKSymbol *)catchTag value:(id)value { + self = [super init]; ASSIGN (_catchTag, catchTag); ASSIGN (_value, value); return self; -- cgit v1.2.3