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/wieldmesh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wieldmesh.h') diff --git a/src/wieldmesh.h b/src/wieldmesh.h index 3b39dbfac..b7739f18c 100644 --- a/src/wieldmesh.h +++ b/src/wieldmesh.h @@ -23,7 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "irrlichttypes_extrabloated.h" #include -class ItemStack; +struct ItemStack; class IGameDef; class ITextureSource; struct TileSpec; -- cgit v1.2.3