From: kwolekr Date: Thu, 13 Nov 2014 05:16:37 +0000 (-0500) Subject: Fix compilation under some Linux distributions X-Git-Tag: 0.4.11~174 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b57478b93bb1f3fdcd16ffa2d67f2bd37cdbc1c3;p=oweals%2Fminetest.git Fix compilation under some Linux distributions --- diff --git a/src/mapgen.h b/src/mapgen.h index 5b189d963..cfecb3206 100644 --- a/src/mapgen.h +++ b/src/mapgen.h @@ -136,7 +136,7 @@ struct MapgenFactory { class GenElement { public: - uint32_t id; + u32 id; std::string name; };