diff options
author | Kevin Walzer <kw@codebykevin.com> | 2019-02-28 13:42:21 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2019-02-28 13:42:21 (GMT) |
commit | 92119e0e72cf683307dc2c1e2d7b05e356184e3b (patch) | |
tree | a428e2123842c1dc34b6706387b1057bbe5fb6af /macosx/tkMacOSXPrivate.h | |
parent | c0f932d459554bd8176b87c10cae2a3b1788027b (diff) | |
download | tk-92119e0e72cf683307dc2c1e2d7b05e356184e3b.zip tk-92119e0e72cf683307dc2c1e2d7b05e356184e3b.tar.gz tk-92119e0e72cf683307dc2c1e2d7b05e356184e3b.tar.bz2 |
Update makefile, trying to build
Diffstat (limited to 'macosx/tkMacOSXPrivate.h')
-rw-r--r-- | macosx/tkMacOSXPrivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXPrivate.h b/macosx/tkMacOSXPrivate.h index affb9ea..8a512fe 100644 --- a/macosx/tkMacOSXPrivate.h +++ b/macosx/tkMacOSXPrivate.h @@ -331,7 +331,7 @@ VISIBILITY_HIDDEN - (void) handleDoScriptEvent: (NSAppleEventDescriptor *)event
withReplyEvent: (NSAppleEventDescriptor *)replyEvent;
- (void)handleURLEvent: (NSAppleEventDescriptor*)event
- withReplyEvent:(NSAppleEventDescriptor*)replyEvent
+ withReplyEvent: (NSAppleEventDescriptor*)replyEvent;
@end
VISIBILITY_HIDDEN
|