summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/vcl/menu.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vcl/menu.hxx b/include/vcl/menu.hxx
index e88bf463fd8c..0f4de5c00ce4 100644
--- a/include/vcl/menu.hxx
+++ b/include/vcl/menu.hxx
@@ -414,7 +414,6 @@ class VCL_DLLPUBLIC MenuBar : public Menu
bool mbFloatBtnVisible : 1;
bool mbHideBtnVisible : 1;
bool mbDisplayable : 1;
- VclPtr<SystemWindow> mxAssociatedSystemWindow;
friend class Application;
friend class Menu;
@@ -433,7 +432,7 @@ protected:
MenuBarWindow* getMenuBarWindow();
public:
- MenuBar( SystemWindow* pAssociatedSystemWindow = nullptr );
+ MenuBar();
MenuBar( const MenuBar& rMenu );
virtual ~MenuBar();