diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-16 19:40:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-16 19:40:42 +0300 |
commit | 829cd57e021ea85cffdbd3f3a7b18da835e00b7c (patch) | |
tree | 4dbc5c2eeb9a297697c58f6e45079d968b6350cd /src/client.cpp | |
parent | 31f5f2a630e17fa1a3726e38d1475357feba96ca (diff) | |
download | plus-829cd57e021ea85cffdbd3f3a7b18da835e00b7c.tar.gz plus-829cd57e021ea85cffdbd3f3a7b18da835e00b7c.tar.bz2 plus-829cd57e021ea85cffdbd3f3a7b18da835e00b7c.tar.xz plus-829cd57e021ea85cffdbd3f3a7b18da835e00b7c.zip |
Create public variable for popupmenu.
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp index 75de57bbe..071175f90 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -59,6 +59,8 @@ #include "gui/theme.h" #include "gui/windowmanager.h" +#include "gui/popups/popupmenu.h" + #include "gui/windows/changeemaildialog.h" #include "gui/windows/changepassworddialog.h" #include "gui/windows/charselectdialog.h" @@ -602,6 +604,7 @@ void Client::gameClear() delete2(helpWindow); delete2(didYouKnowWindow); delete2(commandHandler); + delete2(popupMenu); stopTimers(); |