summaryrefslogtreecommitdiffstats
path: root/carbon/tkMacOSXHLEvents.c
diff options
context:
space:
mode:
Diffstat (limited to 'carbon/tkMacOSXHLEvents.c')
-rw-r--r--carbon/tkMacOSXHLEvents.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/carbon/tkMacOSXHLEvents.c b/carbon/tkMacOSXHLEvents.c
index 9aa5668..2a79b8d 100644
--- a/carbon/tkMacOSXHLEvents.c
+++ b/carbon/tkMacOSXHLEvents.c
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacOSXHLEvents.c,v 1.1 2009/06/26 01:42:47 das Exp $
+ * RCS: @(#) $Id: tkMacOSXHLEvents.c,v 1.2 2009/06/29 14:35:01 das Exp $
*/
#include "tkMacOSXPrivate.h"
@@ -133,7 +133,7 @@ TkMacOSXInitAppleEvents(
int
TkMacOSXDoHLEvent(
- EventRecord *theEvent)
+ void *theEvent)
{
return AEProcessAppleEvent(theEvent);
}