More compiler warnings on. Make all properties nonatomic.
[enjoyable.git] / TargetKeyboard.h
index a4766e1..551bb8d 100644 (file)
@@ -10,6 +10,6 @@
 
 @interface TargetKeyboard : Target
 
-@property (assign) CGKeyCode vk;
+@property (nonatomic, assign) CGKeyCode vk;
 
 @end