summaryrefslogtreecommitdiff
path: root/MLKRoot.m
diff options
context:
space:
mode:
authorMatthias Benkard <mulk@minimulk.mst-plus>2008-08-04 20:08:14 +0200
committerMatthias Benkard <mulk@minimulk.mst-plus>2008-08-04 20:08:14 +0200
commite2e8f80800aae30b1f06739e0ca21fdc9be6bfd2 (patch)
treea377374da6d9ac7ab135fa49f2924bf6dc8fef24 /MLKRoot.m
parent2ea359856a4ab1b0ca808ec518521e0ec81cc2f9 (diff)
Make Xcode happy.
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]]];
}