summaryrefslogtreecommitdiffstats
path: root/generic/tkBusy.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-04-23 09:55:01 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-04-23 09:55:01 (GMT)
commit8c01d5fea4cbdd448a644bfaf18e9dfc96843b61 (patch)
tree38796a80f2a9ec50b88ff82ff70a61a03abd3ca2 /generic/tkBusy.c
parent668875a4157628ad8e22c8873000773a5456a778 (diff)
downloadtk-8c01d5fea4cbdd448a644bfaf18e9dfc96843b61.zip
tk-8c01d5fea4cbdd448a644bfaf18e9dfc96843b61.tar.gz
tk-8c01d5fea4cbdd448a644bfaf18e9dfc96843b61.tar.bz2
Add more implicit type-casts. Backported from 8.7
Diffstat (limited to 'generic/tkBusy.c')
-rw-r--r--generic/tkBusy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkBusy.c b/generic/tkBusy.c
index 1e4e91f..6f58c52 100644
--- a/generic/tkBusy.c
+++ b/generic/tkBusy.c
@@ -340,7 +340,7 @@ DestroyBusy(
RefWinEventProc, busyPtr);
if (busyPtr->tkBusy != NULL) {
- Tk_FreeConfigOptions(data, busyPtr->optionTable, busyPtr->tkBusy);
+ Tk_FreeConfigOptions((char *)data, busyPtr->optionTable, busyPtr->tkBusy);
Tk_DeleteEventHandler(busyPtr->tkBusy, StructureNotifyMask,
BusyEventProc, busyPtr);
Tk_ManageGeometry(busyPtr->tkBusy, NULL, busyPtr);