loplugin:externvar
Change-Id: I35449ee2d7294024fde83e36af83311a08a7ccae
This commit is contained in:
parent
e5c324016d
commit
04900bf971
2 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@
|
|||
#import <IOKit/IOCFPlugIn.h>
|
||||
#import <IOKit/hid/IOHIDKeys.h>
|
||||
|
||||
const char* AppleRemoteDeviceName = "AppleIRController";
|
||||
static const char* AppleRemoteDeviceName = "AppleIRController";
|
||||
|
||||
@implementation AppleRemote
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue