summaryrefslogtreecommitdiff
path: root/MLKDynamicContext.m
diff options
context:
space:
mode:
Diffstat (limited to 'MLKDynamicContext.m')
-rw-r--r--MLKDynamicContext.m4
1 files changed, 3 insertions, 1 deletions
diff --git a/MLKDynamicContext.m b/MLKDynamicContext.m
index efc8da4..7b102e6 100644
--- a/MLKDynamicContext.m
+++ b/MLKDynamicContext.m
@@ -43,7 +43,9 @@
? (id) parent_member \
: nil) \
values:variable] \
- : (id) (parent ? (id) RETAIN (parent_member) : nil));
+ : (id) (parent \
+ ? (id) RETAIN (parent_member) \
+ : [[MLKEnvironment alloc] init]));
static MLKDynamicContext *global_context;