1
0
mirror of https://github.com/minetest/minetest.git synced 2024-09-21 20:10:17 +02:00

Fix compilation under some Linux distributions

This commit is contained in:
kwolekr 2014-11-13 00:16:37 -05:00
parent c3ad08708f
commit b57478b93b

View File

@ -136,7 +136,7 @@ struct MapgenFactory {
class GenElement {
public:
uint32_t id;
u32 id;
std::string name;
};