summaryrefslogtreecommitdiffstats
path: root/views/controls/menu/native_menu_gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/menu/native_menu_gtk.h')
-rw-r--r--views/controls/menu/native_menu_gtk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/menu/native_menu_gtk.h b/views/controls/menu/native_menu_gtk.h
index 92c500d..b055f4f 100644
--- a/views/controls/menu/native_menu_gtk.h
+++ b/views/controls/menu/native_menu_gtk.h
@@ -31,7 +31,7 @@ class NativeMenuGtk : public MenuWrapper {
static void OnMenuHidden(GtkWidget* widget, NativeMenuGtk* menu);
void AddSeparatorAt(int index);
- void AddMenuItemAt(int index, GtkRadioMenuItem** last_radio_item);
+ GtkWidget* AddMenuItemAt(int index, GtkRadioMenuItem* radio_group);
void ResetMenu();