diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-03-14 18:47:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-03-14 18:47:16 +0300 |
commit | d16122cae03202761d75384388f52ca084f91ea4 (patch) | |
tree | 921af804051de49732426182b877580a2cba90b6 /src/gui/popups/popupmenu.h | |
parent | 596436645bef0b41f448e6d7b501a1fc2c5b1fc6 (diff) | |
download | mv-d16122cae03202761d75384388f52ca084f91ea4.tar.gz mv-d16122cae03202761d75384388f52ca084f91ea4.tar.bz2 mv-d16122cae03202761d75384388f52ca084f91ea4.tar.xz mv-d16122cae03202761d75384388f52ca084f91ea4.zip |
Fix shadow variables in PopupMenu and Desktop.
Diffstat (limited to 'src/gui/popups/popupmenu.h')
-rw-r--r-- | src/gui/popups/popupmenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/popups/popupmenu.h b/src/gui/popups/popupmenu.h index c42976359..539424592 100644 --- a/src/gui/popups/popupmenu.h +++ b/src/gui/popups/popupmenu.h @@ -280,7 +280,7 @@ class PopupMenu final : public Popup, public LinkHandler MapItem *mMapItem; ChatTab *mTab; TextCommand *mSpell; - Window *mWindow; + Window *mCallerWindow; RenameListener mRenameListener; PlayerListener mPlayerListener; TextDialog *mDialog; |