summaryrefslogtreecommitdiff
path: root/src/mapgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapgen.h')
-rw-r--r--src/mapgen.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mapgen.h b/src/mapgen.h
index 756a1f339..c061c5d8a 100644
--- a/src/mapgen.h
+++ b/src/mapgen.h
@@ -100,8 +100,7 @@ struct MapgenSpecificParams {
virtual ~MapgenSpecificParams() {}
};
-class MapgenParams {
-public:
+struct MapgenParams {
std::string mg_name;
s16 chunksize;
u64 seed;