From 0183c05ee0ed0c6566a860119ee93cf88ba7d9ee Mon Sep 17 00:00:00 2001 From: Kahrl Date: Mon, 8 Dec 2014 09:06:31 +0100 Subject: Fix struct vs. class in forward declarations --- src/mg_ore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mg_ore.h') 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; -- cgit v1.2.3