summaryrefslogtreecommitdiff
path: root/riscos/menus.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/menus.c')
-rw-r--r--riscos/menus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/menus.c b/riscos/menus.c
index 0d9f35a29..c2915349f 100644
--- a/riscos/menus.c
+++ b/riscos/menus.c
@@ -127,7 +127,7 @@ wimp_menu *current_menu;
/** Whether a menu is currently open */
bool current_menu_open = false;
/** Object under menu, or 0 if no object. */
-static struct hlcache_handle *current_menu_object = 0;
+static hlcache_handle *current_menu_object = 0;
/** URL of link under menu, or 0 if no link. */
static const char *current_menu_url = 0;
/** Menu of options for form select controls. */