diff --git a/templates/machine.h.motemplate b/templates/machine.h.motemplate index 60c8d288..8e85f0ab 100644 --- a/templates/machine.h.motemplate +++ b/templates/machine.h.motemplate @@ -171,7 +171,7 @@ extern const struct <$managedObjectClassName$>UserInfo {<$foreach UserInfo userI <$endforeach do$> @interface _<$managedObjectClassName$> (CoreDataGeneratedPrimitiveAccessors) -<$foreach Attribute noninheritedAttributesSansType do$> +<$foreach Attribute noninheritedAttributes do$> <$if Attribute.hasDefinedAttributeType$> - (<$Attribute.objectAttributeType$>)primitive<$Attribute.name.initialCapitalString$>; - (void)setPrimitive<$Attribute.name.initialCapitalString$>:(<$Attribute.objectAttributeType$>)value;