summaryrefslogtreecommitdiff
path: root/macosx/main.mm
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/main.mm')
-rw-r--r--macosx/main.mm2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/main.mm b/macosx/main.mm
index a1b01de7b3..c61c9decb6 100644
--- a/macosx/main.mm
+++ b/macosx/main.mm
@@ -15,6 +15,8 @@
- (void)handleGetURLEvent:(NSAppleEventDescriptor *)event
withReplyEvent:(NSAppleEventDescriptor *)replyEvent {
+ (void)replyEvent;
+
NSString* urlString = [[event paramDescriptorForKeyword:keyDirectObject] stringValue];
NSURL *url = [NSURL URLWithString:urlString];
NSMutableDictionary *params = [[NSMutableDictionary alloc] init];