summaryrefslogtreecommitdiff
path: root/vcl/source/window/menu.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/menu.cxx')
-rw-r--r--vcl/source/window/menu.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/menu.cxx b/vcl/source/window/menu.cxx
index 80f14042b0b7..300ecf535980 100644
--- a/vcl/source/window/menu.cxx
+++ b/vcl/source/window/menu.cxx
@@ -2727,7 +2727,7 @@ int MenuBar::GetMenuBarHeight() const
// bool PopupMenu::bAnyPopupInExecute = false;
MenuFloatingWindow * PopupMenu::ImplGetFloatingWindow() const {
- return static_cast<MenuFloatingWindow *>(Menu::GetWindow());
+ return static_cast<MenuFloatingWindow*>(GetWindow());
}
PopupMenu::PopupMenu()