summaryrefslogtreecommitdiff
path: root/src/mg_ore.h
diff options
context:
space:
mode:
authorKahrl <kahrl@gmx.net>2014-12-08 09:06:31 +0100
committerKahrl <kahrl@gmx.net>2014-12-08 09:06:31 +0100
commit0183c05ee0ed0c6566a860119ee93cf88ba7d9ee (patch)
tree1d5c58fffbf4a8cd3797c5d84e4e54668f1c6dc3 /src/mg_ore.h
parent4f23778e53db9bfa67bd9d15033c98f1b14b3202 (diff)
downloadminetest-0183c05ee0ed0c6566a860119ee93cf88ba7d9ee.tar.gz
minetest-0183c05ee0ed0c6566a860119ee93cf88ba7d9ee.tar.bz2
minetest-0183c05ee0ed0c6566a860119ee93cf88ba7d9ee.zip
Fix struct vs. class in forward declarations
Diffstat (limited to 'src/mg_ore.h')
-rw-r--r--src/mg_ore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mg_ore.h b/src/mg_ore.h
index 4bf415734..16fb50cd5 100644
--- a/src/mg_ore.h
+++ b/src/mg_ore.h
@@ -23,7 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "util/string.h"
#include "mapgen.h"
-class NoiseParams;
+struct NoiseParams;
class Noise;
class Mapgen;
class ManualMapVoxelManipulator;