File diff r28388:0b49553295f0 → r28389:d1118c144a7d
src/tilematrix_type.hpp
Show inline comments
 
@@ -78,7 +78,7 @@ public:
 
	 * Get the total covered area.
 
	 * @return The area covered by the matrix.
 
	 */
 
	const TileArea& GetArea() const
 
	const TileArea &GetArea() const
 
	{
 
		return this->area;
 
	}