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/inventory.cpp | |
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/inventory.cpp')
-rw-r--r-- | src/inventory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inventory.cpp b/src/inventory.cpp index 2b6f66cea..4c13db1a4 100644 --- a/src/inventory.cpp +++ b/src/inventory.cpp @@ -166,7 +166,7 @@ void Inventory::setItem(const int index, void Inventory::setCards(const int index, const int *const cards, - const int size) + const int size) const { if (index < 0 || index >= static_cast<int>(mSize)) { |