diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-27 20:53:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-27 20:53:45 +0300 |
commit | de7d095b98846529e2394e9868a6dd2e4344acc8 (patch) | |
tree | 922f05aaa5746fa90e4c43c0a9160b5f6b51fe81 /src/gui/windows | |
parent | 32947c0634ec582f6d641402433d2037f5087a36 (diff) | |
download | plus-de7d095b98846529e2394e9868a6dd2e4344acc8.tar.gz plus-de7d095b98846529e2394e9868a6dd2e4344acc8.tar.bz2 plus-de7d095b98846529e2394e9868a6dd2e4344acc8.tar.xz plus-de7d095b98846529e2394e9868a6dd2e4344acc8.zip |
fix code style.
Diffstat (limited to 'src/gui/windows')
-rw-r--r-- | src/gui/windows/buyingstoreselldialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/windows/buyingstoreselldialog.h b/src/gui/windows/buyingstoreselldialog.h index 39b45a127..9fb40cba0 100644 --- a/src/gui/windows/buyingstoreselldialog.h +++ b/src/gui/windows/buyingstoreselldialog.h @@ -42,8 +42,8 @@ class BuyingStoreSellDialog final : public SellDialog * * @see Window::Window */ - explicit BuyingStoreSellDialog(const int accountId, - const int storeId); + BuyingStoreSellDialog(const int accountId, + const int storeId); A_DELETE_COPY(BuyingStoreSellDialog) |