summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/rectangle.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/include/guichan/rectangle.hpp')
-rw-r--r--src/guichan/include/guichan/rectangle.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guichan/include/guichan/rectangle.hpp b/src/guichan/include/guichan/rectangle.hpp
index 013fe9b69..a4de652a4 100644
--- a/src/guichan/include/guichan/rectangle.hpp
+++ b/src/guichan/include/guichan/rectangle.hpp
@@ -75,7 +75,7 @@ namespace gcn
* @param height The height of the rectangle.
* @since 0.1.0
*/
- Rectangle(int x, int y, int width, int height);
+ Rectangle(const int x, const int y, const int width, const int height);
/**
* Sets the dimension of a rectangle.