diff options
author | Matthias Benkard <mulk@minimulk.mst-plus> | 2008-08-04 20:08:14 +0200 |
---|---|---|
committer | Matthias Benkard <mulk@minimulk.mst-plus> | 2008-08-04 20:08:14 +0200 |
commit | e2e8f80800aae30b1f06739e0ca21fdc9be6bfd2 (patch) | |
tree | a377374da6d9ac7ab135fa49f2924bf6dc8fef24 | |
parent | 2ea359856a4ab1b0ca808ec518521e0ec81cc2f9 (diff) |
Make Xcode happy.
-rw-r--r-- | MLKRoot.m | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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]]]; } |