summaryrefslogtreecommitdiff
path: root/src/guichan/key.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/key.cpp')
-rw-r--r--src/guichan/key.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guichan/key.cpp b/src/guichan/key.cpp
index d2913837e..4c6bfde80 100644
--- a/src/guichan/key.cpp
+++ b/src/guichan/key.cpp
@@ -52,7 +52,7 @@
namespace gcn
{
- Key::Key(int value) :
+ Key::Key(const int value) :
mValue(value)
{
}