summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/cliprectangle.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/include/guichan/cliprectangle.hpp')
-rw-r--r--src/guichan/include/guichan/cliprectangle.hpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/guichan/include/guichan/cliprectangle.hpp b/src/guichan/include/guichan/cliprectangle.hpp
index ea44ac680..886153549 100644
--- a/src/guichan/include/guichan/cliprectangle.hpp
+++ b/src/guichan/include/guichan/cliprectangle.hpp
@@ -79,12 +79,12 @@ namespace gcn
* calculating the actual screen coordinate from
* the relative screen coordinate.
*/
- ClipRectangle(int x0,
- int y0,
- int width0,
- int height0,
- int xOffset0,
- int yOffset0);
+ ClipRectangle(const int x0,
+ const int y0,
+ const int width0,
+ const int height0,
+ const int xOffset0,
+ const int yOffset0);
/**
* Copy constructor. Copies x, y, width and height