X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=ConfigsController.h;h=d5d401d4069ced4c23d950378ca34735d82a6a7b;hp=369d7f7cbba8e9e6e9ed1c381ceb7c7f26e64eff;hb=19f40be5b645e44ffb55bdce0b6cc5c5615f68e7;hpb=b0e48a152d139c0b9aeb1ee4a32ba24a4e3aa805 diff --git a/ConfigsController.h b/ConfigsController.h index 369d7f7..d5d401d 100644 --- a/ConfigsController.h +++ b/ConfigsController.h @@ -16,8 +16,8 @@ IBOutlet NSButton *exportButton; } -@property (readonly) Config *currentConfig; -@property (readonly) NSArray *configs; +@property (nonatomic, readonly) Config *currentConfig; +@property (nonatomic, readonly) NSArray *configs; - (Config *)objectForKeyedSubscript:(NSString *)name;