diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-22 14:41:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-22 14:41:32 +0300 |
commit | 23ca69dbf704cd289d58f023689289fcab515464 (patch) | |
tree | 15bc9d2b2b16746689b15bca181f9048320173b9 /src/gui/windows/shopselldialog.h | |
parent | beaddb973febb0570a9d035c2221e4fd06e3ac47 (diff) | |
download | plus-23ca69dbf704cd289d58f023689289fcab515464.tar.gz plus-23ca69dbf704cd289d58f023689289fcab515464.tar.bz2 plus-23ca69dbf704cd289d58f023689289fcab515464.tar.xz plus-23ca69dbf704cd289d58f023689289fcab515464.zip |
Simplify SellDialog.
Diffstat (limited to 'src/gui/windows/shopselldialog.h')
-rw-r--r-- | src/gui/windows/shopselldialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/windows/shopselldialog.h b/src/gui/windows/shopselldialog.h index bec840409..8ae90d903 100644 --- a/src/gui/windows/shopselldialog.h +++ b/src/gui/windows/shopselldialog.h @@ -44,6 +44,8 @@ class ShopSellDialog final : public SellDialog protected: void sellAction(const ActionEvent &event) override final; + + std::string mNick; }; #endif // GUI_WINDOWS_SHOPSELLDIALOG_H |