mirror of
https://github.com/minetest/minetestmapper.git
synced 2025-07-04 17:40:22 +02:00
Small cast cleaning.
This commit is contained in:
@ -73,7 +73,7 @@ class TileGenerator
|
||||
{
|
||||
private:
|
||||
typedef std::map<std::string, Color> ColorMap;
|
||||
typedef std::pair<BlockPos, std::string> Block;
|
||||
typedef std::pair<BlockPos, std::basic_string<unsigned char> > Block;
|
||||
typedef std::list<Block> BlockList;
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user