summaryrefslogtreecommitdiff
path: root/MLKDynamicContext.m
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-14 16:31:50 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-14 16:31:50 +0200
commit3e30453f1714b03be1a6588e174a3f256e80cf5f (patch)
tree366849bb306e10f7a70eac65855cca2bb9b53626 /MLKDynamicContext.m
parent206e9d65a486e7f01e9fe32b2ef66bc4b0c22798 (diff)
Call [super init] from every initialiser of every class.
Diffstat (limited to 'MLKDynamicContext.m')
-rw-r--r--MLKDynamicContext.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/MLKDynamicContext.m b/MLKDynamicContext.m
index 7be5748..bca4521 100644
--- a/MLKDynamicContext.m
+++ b/MLKDynamicContext.m
@@ -28,6 +28,7 @@
catchTags:(NSDictionary *)catchTags
currentHandler:(MLKClosure *)handler
{
+ self = [super init];
ASSIGN (_parent, (aContext ? aContext : [MLKDynamicContext currentContext]));
_environment = MAKE_ENVIRONMENT(vars, _parent, _parent->_environment);
_conditionHandlers = MAKE_ENVIRONMENT(handlers,