* dialog.c: made the callback parameter of find_widget_type correctly typed.

This commit is contained in:
Roland Illig 2004-08-29 22:44:17 +00:00
parent b75c5a31a3
commit d6d457ba9a

View File

@ -361,7 +361,7 @@ int dlg_overlap (Widget *a, Widget *b)
/* Find the widget with the given callback in the dialog h */
Widget *
find_widget_type (Dlg_head *h, void *callback)
find_widget_type (Dlg_head *h, callback_fn callback)
{
Widget *w;
Widget *item;