More compiler warnings on. Make all properties nonatomic.
[enjoyable.git] / Config.h
index 72f0084..606529d 100644 (file)
--- a/Config.h
+++ b/Config.h
@@ -11,8 +11,8 @@
 
 @interface Config : NSObject
 
-@property (copy) NSString *name;
-@property (readonly) NSMutableDictionary *entries;
+@property (nonatomic, copy) NSString *name;
+@property (nonatomic, readonly) NSMutableDictionary *entries;
 
 - (id)initWithName:(NSString *)name;
 - (Target *)objectForKeyedSubscript:(JSAction *)action;