summaryrefslogtreecommitdiff
path: root/MLKCons.m
diff options
context:
space:
mode:
Diffstat (limited to 'MLKCons.m')
-rw-r--r--MLKCons.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/MLKCons.m b/MLKCons.m
index f1db7e6..67f7b79 100644
--- a/MLKCons.m
+++ b/MLKCons.m
@@ -12,6 +12,7 @@
-(MLKCons*) initWithCar:(id)car cdr:(id)cdr
{
+ self = [super init];
ASSIGN (_car, car);
ASSIGN (_cdr, cdr);
return self;