summaryrefslogtreecommitdiffstats
path: root/generic/tclNotify.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-03-05 11:20:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-03-05 11:20:21 (GMT)
commit665e03a336861b9001cec4f01cb7ed37177578cc (patch)
tree63b2e1f636b5ebc9c0a44e4e90e20dc2dbe1c703 /generic/tclNotify.c
parent6f5d6107545bbd42e380fe0e297d9e13fa8816d3 (diff)
parent75e8b346e2193f1c524cbbb741583e6ab4dfc417 (diff)
downloadtcl-665e03a336861b9001cec4f01cb7ed37177578cc.zip
tcl-665e03a336861b9001cec4f01cb7ed37177578cc.tar.gz
tcl-665e03a336861b9001cec4f01cb7ed37177578cc.tar.bz2
Merge 8.7
Diffstat (limited to 'generic/tclNotify.c')
-rw-r--r--generic/tclNotify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclNotify.c b/generic/tclNotify.c
index 862b957..3d45737 100644
--- a/generic/tclNotify.c
+++ b/generic/tclNotify.c
@@ -226,7 +226,7 @@ TclFinalizeNotifier(void)
void
Tcl_SetNotifier(
- Tcl_NotifierProcs *notifierProcPtr)
+ const Tcl_NotifierProcs *notifierProcPtr)
{
tclNotifierHooks = *notifierProcPtr;