From e0ae701192472d7dd1ae80d78308c4f4a9ef4ec6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 2 Sep 2012 16:21:43 +0300 Subject: Add const to more classes. --- src/position.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/position.h') diff --git a/src/position.h b/src/position.h index 2e10aebe2..60c762310 100644 --- a/src/position.h +++ b/src/position.h @@ -31,7 +31,7 @@ */ struct Position { - Position(int x0, int y0): + Position(const int x0, const int y0) : x(x0), y(y0) { } -- cgit v1.2.3-60-g2f50