diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-17 14:00:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-17 14:00:25 +0300 |
commit | dbf6fd812e5eff87a8fc38c4f5635845493885b1 (patch) | |
tree | fd7479749b2d0b61249783b1b0d9080278a9bceb /src/client.cpp | |
parent | a9b9e09cfecc1ede11647bbbc09ddc198d783947 (diff) | |
download | plus-dbf6fd812e5eff87a8fc38c4f5635845493885b1.tar.gz plus-dbf6fd812e5eff87a8fc38c4f5635845493885b1.tar.bz2 plus-dbf6fd812e5eff87a8fc38c4f5635845493885b1.tar.xz plus-dbf6fd812e5eff87a8fc38c4f5635845493885b1.zip |
Create public variable for textpopup.
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp index 4d0317651..342f24f14 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -61,6 +61,7 @@ #include "gui/popups/beingpopup.h" #include "gui/popups/popupmenu.h" +#include "gui/popups/textpopup.h" #include "gui/windows/changeemaildialog.h" #include "gui/windows/changepassworddialog.h" @@ -607,6 +608,7 @@ void Client::gameClear() delete2(commandHandler); delete2(popupMenu); delete2(beingPopup); + delete2(textPopup); stopTimers(); |