Skip to content

Commit

Permalink
Use id for transformable property types #89
Browse files Browse the repository at this point in the history
  • Loading branch information
danielctull committed Jan 26, 2012
1 parent c0a0ba4 commit 3337781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mogenerator.m
Expand Up @@ -320,7 +320,7 @@ - (NSString*)objectAttributeType {
NSString *result = [self objectAttributeClassName];
result = [result stringByAppendingString:@" *"];
if ([result isEqualToString:@"NSObject *"]) {
result = @"id";
result = @"id ";
}
return result;
}
Expand Down

0 comments on commit 3337781

Please sign in to comment.