Skip to content

Commit

Permalink
Silence Clang warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowNinja committed Mar 11, 2015
1 parent d4e210e commit adfcdc5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mapgen.h
Expand Up @@ -100,8 +100,7 @@ struct MapgenSpecificParams {
virtual ~MapgenSpecificParams() {}
};

class MapgenParams {
public:
struct MapgenParams {
std::string mg_name;
s16 chunksize;
u64 seed;
Expand Down

0 comments on commit adfcdc5

Please sign in to comment.