More compiler warnings on. Make all properties nonatomic.
[enjoyable.git] / TargetMouseMove.h
index 90e74d0..e91b569 100644 (file)
@@ -9,6 +9,6 @@
 
 @interface TargetMouseMove : Target
 
-@property (assign) int axis;
+@property (nonatomic, assign) int axis;
 
 @end