mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
remove an invalid cast that shows up with debugging enabled only.
-timj
This commit is contained in:
parent
880c62eec1
commit
f91efadd4f
@ -1120,7 +1120,7 @@ gtk_handlers_run (GtkHandler *handlers,
|
||||
info->nparams,
|
||||
info->params);
|
||||
else if (handlers->object_signal)
|
||||
(* info->marshaller) (GTK_OBJECT (handlers->func_data),
|
||||
(* info->marshaller) ((GtkObject*) handlers->func_data, /* don't GTK_OBJECT() cast */
|
||||
handlers->func,
|
||||
handlers->func_data,
|
||||
info->params);
|
||||
|
Loading…
Reference in New Issue
Block a user