diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-03-16 10:33:50 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-03-16 10:35:41 +0000 |
commit | 125c845f406fca336baea89614a5017f909bab40 (patch) | |
tree | 96582a8ef94793c21f938bcc27a32ab9d79cda0c /include | |
parent | f958db475d19ac60f39616e075717c2fe3ee4839 (diff) |
attempt to address reported loplugin:vclwidgets warning
Change-Id: I6ccefa2d5d1c57cf9f1c4041d14c92d03ded1333
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/menu.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/menu.hxx b/include/vcl/menu.hxx index 6fd25acf169c..2846fa78cf03 100644 --- a/include/vcl/menu.hxx +++ b/include/vcl/menu.hxx @@ -413,7 +413,7 @@ class VCL_DLLPUBLIC MenuBar : public Menu bool mbFloatBtnVisible : 1; bool mbHideBtnVisible : 1; bool mbDisplayable : 1; - SystemWindow* mpAssociatedSystemWindow; + VclPtr<SystemWindow> mxAssociatedSystemWindow; friend class Application; friend class Menu; |