Post active mapping changes through notification center rather than to the applicatio...
[enjoyable.git] / TargetMouseBtn.h
index 2b3f836..2597b2d 100644 (file)
@@ -9,6 +9,6 @@
 
 @interface TargetMouseBtn : Target
 
-@property (assign) CGMouseButton button;
+@property (nonatomic, assign) CGMouseButton button;
 
 @end