diff --git a/src/tile_type.h b/src/tile_type.h --- a/src/tile_type.h +++ b/src/tile_type.h @@ -84,7 +84,7 @@ enum TropicZone { * * It is compatible with int32 / int64 for easy math throughout the code. */ -using TileIndex = StrongType::Typedef, StrongType::Compatible>; +using TileIndex = StrongType::Typedef, StrongType::Compatible>; /* Make sure the size is as expected. */ static_assert(sizeof(TileIndex) == 4);