From f79069f5b3995a8b8f13771afc3f853a0ec97dcb Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Tue, 2 Aug 2011 19:18:30 +0200 Subject: [PATCH] MapNode is a struct, not a class --- src/mapnode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mapnode.h b/src/mapnode.h index 484ad4e19..389fa1c9c 100644 --- a/src/mapnode.h +++ b/src/mapnode.h @@ -96,7 +96,7 @@ enum LiquidType LIQUID_SOURCE }; -class MapNode; +struct MapNode; class NodeMetadata; struct ContentFeatures