diff options
Diffstat (limited to 'tk/win/tkWinSend.c')
-rw-r--r-- | tk/win/tkWinSend.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tk/win/tkWinSend.c b/tk/win/tkWinSend.c index a9219a07f91..3bf42b46b96 100644 --- a/tk/win/tkWinSend.c +++ b/tk/win/tkWinSend.c @@ -42,12 +42,12 @@ *-------------------------------------------------------------- */ -char * +CONST char * Tk_SetAppName(tkwin, name) Tk_Window tkwin; /* Token for any window in the application * to be named: it is just used to identify * the application and the display. */ - char *name; /* The name that will be used to + CONST char *name; /* The name that will be used to * refer to the interpreter in later * "send" commands. Must be globally * unique. */ |