From a61ac4664d55cddb18d2d861e76629bd07676129 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 8 Feb 2016 22:44:39 +0300 Subject: Add some missing const. --- src/resources/map/map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resources/map/map.cpp') diff --git a/src/resources/map/map.cpp b/src/resources/map/map.cpp index 51bb90f9d..39dc4b28f 100644 --- a/src/resources/map/map.cpp +++ b/src/resources/map/map.cpp @@ -1566,7 +1566,7 @@ void Map::reduce() restrict2 #endif } -void Map::addHeights(MapHeights *restrict const heights) restrict2 +void Map::addHeights(const MapHeights *restrict const heights) restrict2 { delete mHeights; mHeights = heights; -- cgit v1.2.3-70-g09d2