From c6422e087257d661a30ee2cd281ccec91f2f90ca Mon Sep 17 00:00:00 2001 From: sfan5 Date: Fri, 10 Jul 2020 12:11:44 +0200 Subject: Remove std::shared_ptr use in TileLayer (#10090) --- src/client/tile.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/client/tile.h') diff --git a/src/client/tile.h b/src/client/tile.h index 52e0a2b2b..e1d6c348f 100644 --- a/src/client/tile.h +++ b/src/client/tile.h @@ -25,7 +25,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include #include #include -#include #include "util/numeric.h" #include "config.h" @@ -284,7 +283,7 @@ struct TileLayer //! If true, the tile has its own color. bool has_color = false; - std::shared_ptr> frames = nullptr; + std::vector *frames = nullptr; /*! * The color of the tile, or if the tile does not own -- cgit v1.2.3