Fix compilation under some Linux distributions

This commit is contained in:
kwolekr 2014-11-13 00:16:37 -05:00
parent 22e7b35567
commit e3d17f97bf

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;
}; };