From b57478b93bb1f3fdcd16ffa2d67f2bd37cdbc1c3 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Thu, 13 Nov 2014 00:16:37 -0500 Subject: [PATCH] Fix compilation under some Linux distributions --- src/mapgen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };