diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-01-29 04:22:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-01-29 04:22:28 +0300 |
commit | 1400abb6cfd9596e2b9430385d68e6527f6b0d2b (patch) | |
tree | 05e9ddbeb8faaebd130b0f01cc347c2886d8bfe5 /src/gui/outfitwindow.h | |
parent | 45d131ef829670b7b87783734375a8ea4880e595 (diff) | |
download | plus-1400abb6cfd9596e2b9430385d68e6527f6b0d2b.tar.gz plus-1400abb6cfd9596e2b9430385d68e6527f6b0d2b.tar.bz2 plus-1400abb6cfd9596e2b9430385d68e6527f6b0d2b.tar.xz plus-1400abb6cfd9596e2b9430385d68e6527f6b0d2b.zip |
Fix compilation warnings.
Diffstat (limited to 'src/gui/outfitwindow.h')
-rw-r--r-- | src/gui/outfitwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/outfitwindow.h b/src/gui/outfitwindow.h index b2b46c7e7..a663f3657 100644 --- a/src/gui/outfitwindow.h +++ b/src/gui/outfitwindow.h @@ -90,7 +90,7 @@ class OutfitWindow : public Window, gcn::ActionListener int keyToNumber(SDLKey key) const A_PURE; - SDLKey numberToKey(int number) const A_PURE; + SDLKey numberToKey(unsigned number) const A_PURE; void next(); |