More compiler warnings on. Make all properties nonatomic.
[enjoyable.git] / TargetMouseScroll.h
index f82ca01..d261659 100644 (file)
@@ -9,6 +9,6 @@
 
 @interface TargetMouseScroll : Target
 
-@property (assign) int amount;
+@property (nonatomic, assign) int amount;
 
 @end