From 896e531a7fb6874a0a52de746ea8f783a5f9b441 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Wed, 8 May 2019 18:35:51 +0100 Subject: fix os3 build --- frontends/amiga/ctxmenu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends') diff --git a/frontends/amiga/ctxmenu.h b/frontends/amiga/ctxmenu.h index 39a838702..76beff5b0 100644 --- a/frontends/amiga/ctxmenu.h +++ b/frontends/amiga/ctxmenu.h @@ -87,7 +87,7 @@ inline void ami_ctxmenu_free(void) {} inline struct Hook *ami_ctxmenu_get_hook(APTR data) {return NULL;} inline void ami_ctxmenu_release_hook(struct Hook *hook) {} inline struct Menu *ami_ctxmenu_history_create(int direction, struct gui_window_2 *gwin) {return NULL;} -inline struct Menu *ami_ctxmenu_clicktab_create(struct gui_window_2 *gwin) {return NULL;} +inline struct Menu *ami_ctxmenu_clicktab_create(struct gui_window_2 *gwin, Object **clicktab_obj) {return NULL;} #endif //__amigaos4__ #endif //AMIGA_CTXMENU_H -- cgit v1.2.3