summaryrefslogtreecommitdiffstats
path: root/DDHotKeyCenter.h
diff options
context:
space:
mode:
Diffstat (limited to 'DDHotKeyCenter.h')
-rw-r--r--DDHotKeyCenter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/DDHotKeyCenter.h b/DDHotKeyCenter.h
index 25a6fbd..05cfbfc 100644
--- a/DDHotKeyCenter.h
+++ b/DDHotKeyCenter.h
@@ -34,7 +34,7 @@ typedef void (^DDHotKeyTask)(NSEvent*);
The modifierFlags must be a bitwise OR of NSCommandKeyMask, NSAlternateKeyMask, NSControlKeyMask, or NSShiftKeyMask;
Returns YES if the hotkey was registered; NO otherwise.
*/
-- (BOOL) registerHotKeyWithKeyCode:(unsigned short)keyCode modifierFlags:(NSUInteger)flags block:(DDHotKeyTask)task;
+- (BOOL) registerHotKeyWithKeyCode:(unsigned short)keyCode modifierFlags:(NSUInteger)flags task:(DDHotKeyTask)task;
#endif
/**