summaryrefslogtreecommitdiff
path: root/src/gui/windows/buyingstoreselldialog.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-02 19:59:32 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-02 19:59:32 +0300
commit914b7555f6b2b28497f70eaaadc6650961ef7f6b (patch)
tree723333f6d3da50b849437cb7026b482033fdc5b0 /src/gui/windows/buyingstoreselldialog.cpp
parentc1cf7bb66f36310c14254954d24eb039f0386dd7 (diff)
downloadplus-914b7555f6b2b28497f70eaaadc6650961ef7f6b.tar.gz
plus-914b7555f6b2b28497f70eaaadc6650961ef7f6b.tar.bz2
plus-914b7555f6b2b28497f70eaaadc6650961ef7f6b.tar.xz
plus-914b7555f6b2b28497f70eaaadc6650961ef7f6b.zip
Add strong typed bool type IsSell.
Diffstat (limited to 'src/gui/windows/buyingstoreselldialog.cpp')
-rw-r--r--src/gui/windows/buyingstoreselldialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/buyingstoreselldialog.cpp b/src/gui/windows/buyingstoreselldialog.cpp
index af3d9d8ff..bfb3a5ca3 100644
--- a/src/gui/windows/buyingstoreselldialog.cpp
+++ b/src/gui/windows/buyingstoreselldialog.cpp
@@ -38,7 +38,7 @@
BuyingStoreSellDialog::BuyingStoreSellDialog(const BeingId accountId,
const int storeId) :
- SellDialog(true, false),
+ SellDialog(IsSell_true, false),
mAccountId(accountId),
mStoreId(storeId)
{