diff options
Diffstat (limited to 'serialize/tile-atlas.hpp')
-rw-r--r-- | serialize/tile-atlas.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serialize/tile-atlas.hpp b/serialize/tile-atlas.hpp index f4549d7c..02e5b966 100644 --- a/serialize/tile-atlas.hpp +++ b/serialize/tile-atlas.hpp @@ -8,7 +8,7 @@ namespace nlohmann { template<> struct adl_serializer<std::shared_ptr<floormat::tile_atlas>> final { - static void to_json(json& j, const std::shared_ptr<floormat::tile_atlas>& x); + static void to_json(json& j, const std::shared_ptr<const floormat::tile_atlas>& x); static void from_json(const json& j, std::shared_ptr<floormat::tile_atlas>& x); }; |