diff options
Diffstat (limited to 'views/controls/menu/menu_host_root_view.h')
-rw-r--r-- | views/controls/menu/menu_host_root_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/menu/menu_host_root_view.h b/views/controls/menu/menu_host_root_view.h index 32200c5..11c674c 100644 --- a/views/controls/menu/menu_host_root_view.h +++ b/views/controls/menu/menu_host_root_view.h @@ -19,7 +19,7 @@ class SubmenuView; // // As all the menu items are owned by the root menu item, care must be taken // such that when MenuHostRootView is deleted it doesn't delete the menu items. -class MenuHostRootView : public RootView { +class MenuHostRootView : public internal::RootView { public: MenuHostRootView(Widget* widget, SubmenuView* submenu); |