Codechange: replace static inline with static for non-class functions
This commit is contained in:
@@ -92,6 +92,6 @@ static_assert(sizeof(TileIndex) == 4);
|
||||
/**
|
||||
* The very nice invalid tile marker
|
||||
*/
|
||||
static inline constexpr TileIndex INVALID_TILE = TileIndex{ (uint32_t)-1 };
|
||||
inline constexpr TileIndex INVALID_TILE = TileIndex{ (uint32_t)-1 };
|
||||
|
||||
#endif /* TILE_TYPE_H */
|
||||
|
Reference in New Issue
Block a user