From 1ea747196ea9f1b01dcb29fedac62372ca0e300b Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 24 Feb 2015 19:51:51 +0000 Subject: Fix more hook functions --- amiga/tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/tree.c') diff --git a/amiga/tree.c b/amiga/tree.c index 4f2c28630..cba5375b6 100644 --- a/amiga/tree.c +++ b/amiga/tree.c @@ -524,7 +524,7 @@ static void ami_tree_drag_end(struct treeview_window *twin, int x, int y) } } -static void ami_tree_scroller_hook(struct Hook *hook,Object *object,struct IntuiMessage *msg) +HOOKF(void, ami_tree_scroller_hook, Object *, object, struct IntuiMessage *) { ULONG gid; struct treeview_window *twin = hook->h_Data; -- cgit v1.2.3