summaryrefslogtreecommitdiff
path: root/MLKRoot.m
diff options
context:
space:
mode:
Diffstat (limited to 'MLKRoot.m')
-rw-r--r--MLKRoot.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/MLKRoot.m b/MLKRoot.m
index 9077335..f60f7b3 100644
--- a/MLKRoot.m
+++ b/MLKRoot.m
@@ -413,7 +413,7 @@ static id truify (BOOL value)
prefix = x;
suffix = MLKPrintToString([gensymCounter value]);
[gensymCounter
- setValue:[[gensymCounter value]
+ setValue:[(MLKInteger*)[gensymCounter value]
add:[MLKInteger integerWithInt:1]]];
}
else if ([x isKindOfClass:[MLKInteger class]])
@@ -431,7 +431,7 @@ static id truify (BOOL value)
prefix = @"G";
suffix = MLKPrintToString([gensymCounter value]);
[gensymCounter
- setValue:[[gensymCounter value]
+ setValue:[(MLKInteger*)[gensymCounter value]
add:[MLKInteger integerWithInt:1]]];
}