More compiler warnings on. Make all properties nonatomic.
[enjoyable.git] / ConfigsController.h
index 369d7f7..d5d401d 100644 (file)
@@ -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;