summaryrefslogtreecommitdiff
path: root/apple_remote/source/MultiClickRemoteBehavior.m
diff options
context:
space:
mode:
Diffstat (limited to 'apple_remote/source/MultiClickRemoteBehavior.m')
-rw-r--r--apple_remote/source/MultiClickRemoteBehavior.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/apple_remote/source/MultiClickRemoteBehavior.m b/apple_remote/source/MultiClickRemoteBehavior.m
index 0972a5ae99d6..f69f13a98031 100644
--- a/apple_remote/source/MultiClickRemoteBehavior.m
+++ b/apple_remote/source/MultiClickRemoteBehavior.m
@@ -31,8 +31,8 @@
#import "MultiClickRemoteBehavior.h"
-const NSTimeInterval DEFAULT_MAXIMUM_CLICK_TIME_DIFFERENCE = 0.35;
-const NSTimeInterval HOLD_RECOGNITION_TIME_INTERVAL = 0.4;
+static const NSTimeInterval DEFAULT_MAXIMUM_CLICK_TIME_DIFFERENCE = 0.35;
+static const NSTimeInterval HOLD_RECOGNITION_TIME_INTERVAL = 0.4;
@implementation MultiClickRemoteBehavior