summaryrefslogtreecommitdiffstats
path: root/DDHotKeyCenter.m
diff options
context:
space:
mode:
Diffstat (limited to 'DDHotKeyCenter.m')
-rw-r--r--DDHotKeyCenter.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/DDHotKeyCenter.m b/DDHotKeyCenter.m
index b190cf9..dffdced 100644
--- a/DDHotKeyCenter.m
+++ b/DDHotKeyCenter.m
@@ -134,7 +134,7 @@ NSUInteger dd_translateModifierFlags(NSUInteger flags);
}
#if BUILD_FOR_SNOWLEOPARD
-- (BOOL) registerHotKeyWithKeyCode:(unsigned short)keyCode modifierFlags:(NSUInteger)flags block:(DDHotKeyTask)task {
+- (BOOL) registerHotKeyWithKeyCode:(unsigned short)keyCode modifierFlags:(NSUInteger)flags task:(DDHotKeyTask)task {
//we can't add a new hotkey if something already has this combo
if ([self hasRegisteredHotKeyWithKeyCode:keyCode modifierFlags:flags]) { return NO; }