summaryrefslogtreecommitdiff
path: root/src/guichan/exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/exception.cpp')
-rw-r--r--src/guichan/exception.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guichan/exception.cpp b/src/guichan/exception.cpp
index 4ea86896e..75eaac2e9 100644
--- a/src/guichan/exception.cpp
+++ b/src/guichan/exception.cpp
@@ -73,7 +73,7 @@ namespace gcn
Exception::Exception(const std::string& message,
const std::string& function,
const std::string& filename,
- unsigned int line)
+ const unsigned int line)
: mFunction(function),
mMessage(message),
mFilename(filename),