diff options
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 |