From df5c18315ff13e215f661eacd2d81e3c0a758e57 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Wed, 8 May 2019 17:29:14 +0100 Subject: Pass ptr to clicktab var instead of func calls --- frontends/amiga/gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/amiga/gui.h') diff --git a/frontends/amiga/gui.h b/frontends/amiga/gui.h index f45d22e22..e3f0f4330 100644 --- a/frontends/amiga/gui.h +++ b/frontends/amiga/gui.h @@ -152,7 +152,7 @@ struct gui_window_2 { struct Hook throbber_hook; struct Hook *ctxmenu_hook; Object *restrict history_ctxmenu[2]; - Object *restrict clicktab_ctxmenu; + Object *clicktab_ctxmenu; gui_drag_type drag_op; struct IBox *ptr_lock; struct AppWindow *appwin; -- cgit v1.2.3