summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/exception.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/include/guichan/exception.hpp')
-rw-r--r--src/guichan/include/guichan/exception.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guichan/include/guichan/exception.hpp b/src/guichan/include/guichan/exception.hpp
index 1b591f2d6..e2dd958be 100644
--- a/src/guichan/include/guichan/exception.hpp
+++ b/src/guichan/include/guichan/exception.hpp
@@ -115,7 +115,7 @@ namespace gcn
Exception(const std::string& message,
const std::string& function,
const std::string& filename,
- unsigned int line);
+ const unsigned int line);
/**
* Gets the function name where the exception occured.