summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tkMacOSXSysTray.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXSysTray.c b/macosx/tkMacOSXSysTray.c
index 4229a1c..e708b97 100644
--- a/macosx/tkMacOSXSysTray.c
+++ b/macosx/tkMacOSXSysTray.c
@@ -439,7 +439,7 @@ static int SysNotifyObjCmd(
NSDictionary *errorInfo;
NSAppleEventDescriptor *result = [scpt executeAndReturnError:&errorInfo];
NSString *info = [result stringValue];
- char *output = [info UTF8String];
+ const char* output = [info UTF8String];
Tcl_AppendResult(interp,
output,