diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-02 17:09:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-02 17:09:48 +0300 |
commit | 270b231714d47afa5f3caa89f4ff2415d394c1fa (patch) | |
tree | 6149aef26922d5071e0ab9d7f036387d29b6c13b /src/gui/windows/tradewindow.h | |
parent | 38bed185876ab4e639412392005c0fe01e05d4f2 (diff) | |
download | plus-270b231714d47afa5f3caa89f4ff2415d394c1fa.tar.gz plus-270b231714d47afa5f3caa89f4ff2415d394c1fa.tar.bz2 plus-270b231714d47afa5f3caa89f4ff2415d394c1fa.tar.xz plus-270b231714d47afa5f3caa89f4ff2415d394c1fa.zip |
Fix code style.
Diffstat (limited to 'src/gui/windows/tradewindow.h')
-rw-r--r-- | src/gui/windows/tradewindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/tradewindow.h b/src/gui/windows/tradewindow.h index 92f332296..f5b17eddd 100644 --- a/src/gui/windows/tradewindow.h +++ b/src/gui/windows/tradewindow.h @@ -86,7 +86,7 @@ class TradeWindow final : public Window, * Add an item to the trade window. */ void addItem2(const int id, - const int type, + const int type, const int *const cards, const int sz, const bool own, |