Skip to content

Fix const correctness in Tile containers

Some methods of Tile containers, which allow modifying the contents of containers, violate the const correctness.

Tile convertors have been migrated to use mutable Tile containers. Methods of Tile containers, which violate the const correctness have been removed.

Merge request reports