1
0
Fork 0

Fix compilation under some Linux distributions

mutilcraft-mt53
kwolekr 2014-11-13 00:16:37 -05:00
parent c3ad08708f
commit b57478b93b
1 changed files with 1 additions and 1 deletions

View File

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