X-Git-Url: https://git.yukkurigames.com/?a=blobdiff_plain;f=SubAction.h;h=d09fa3a472d4ac64139fd53f1eea0980e4430f0d;hb=5a79f9f05829ca1aecc70aeadb8c980ec4f3556d;hp=48969ca90ab9d06586831b514bb906874e463fc9;hpb=530009447c5bbd360ac5023979cffc6d32a28df3;p=enjoyable.git diff --git a/SubAction.h b/SubAction.h index 48969ca..d09fa3a 100644 --- a/SubAction.h +++ b/SubAction.h @@ -18,7 +18,7 @@ -(id) initWithIndex:(int)newIndex name: (NSString*)newName base: (JSAction*)newBase; -@property(readwrite, assign) JSAction* base; +@property(readwrite, strong) JSAction* base; @property(readwrite, copy) NSString* name; @property(readwrite) int index; @property(readwrite) BOOL active;