From e2e8f80800aae30b1f06739e0ca21fdc9be6bfd2 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Mon, 4 Aug 2008 20:08:14 +0200 Subject: Make Xcode happy. --- MLKRoot.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MLKRoot.m') 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]]]; } -- cgit v1.2.3