mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-27 05:29:27 +03:00
* dialog.c: made the callback parameter of find_widget_type correctly typed.
This commit is contained in:
parent
b75c5a31a3
commit
d6d457ba9a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user