Skip to content

Commit

Permalink
Fix conflicting return type by making subentity's objectID class a su…
Browse files Browse the repository at this point in the history
…bclass of the superentity's objectID class
  • Loading branch information
danielctull committed Mar 15, 2013
1 parent 54e8c10 commit 5f03745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/machine.h.motemplate
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ extern const struct <$managedObjectClassName$>FetchedProperties {<$foreach Fetch
<$endforeach do$>
<$else$>@class <$Attribute.objectAttributeClassName$>;<$endif$><$endif$>
<$endforeach do$>
@interface <$managedObjectClassName$>ID : NSManagedObjectID {}
@interface <$managedObjectClassName$>ID : <$customSuperentity$>ID {}
@end

@interface _<$managedObjectClassName$> : <$customSuperentity$> {}
Expand Down

0 comments on commit 5f03745

Please sign in to comment.