summaryrefslogtreecommitdiff
path: root/src/gui/windows/npcselldialog.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-28 20:19:53 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-28 20:19:53 +0300
commit388e14d628a67dd981c2cef7d7553d7cad22e091 (patch)
treee7070285a7a0377dcf6113395e0eecde1d221757 /src/gui/windows/npcselldialog.h
parent0bc49539cd5a12175646b035c86e660c8335c9a5 (diff)
downloadplus-388e14d628a67dd981c2cef7d7553d7cad22e091.tar.gz
plus-388e14d628a67dd981c2cef7d7553d7cad22e091.tar.bz2
plus-388e14d628a67dd981c2cef7d7553d7cad22e091.tar.xz
plus-388e14d628a67dd981c2cef7d7553d7cad22e091.zip
In sell dialog send close packet before closing this dialog.
Diffstat (limited to 'src/gui/windows/npcselldialog.h')
-rw-r--r--src/gui/windows/npcselldialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/windows/npcselldialog.h b/src/gui/windows/npcselldialog.h
index 7538320d3..1932ddf42 100644
--- a/src/gui/windows/npcselldialog.h
+++ b/src/gui/windows/npcselldialog.h
@@ -42,6 +42,8 @@ class NpcSellDialog final : public SellDialog
A_DELETE_COPY(NpcSellDialog)
+ void close() override final;
+
protected:
void sellAction(const ActionEvent &event) override final;