Skip to content

Commit adfcdc5

Browse files
committedMar 11, 2015
Silence Clang warning
1 parent d4e210e commit adfcdc5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

Diff for: ‎src/mapgen.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ struct MapgenSpecificParams {
100100
virtual ~MapgenSpecificParams() {}
101101
};
102102

103-
class MapgenParams {
104-
public:
103+
struct MapgenParams {
105104
std::string mg_name;
106105
s16 chunksize;
107106
u64 seed;

0 commit comments

Comments
 (0)
Please sign in to comment.