From: Giuseppe Bilotta Date: Tue, 2 Aug 2011 17:18:30 +0000 (+0200) Subject: MapNode is a struct, not a class X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=f79069f5b3995a8b8f13771afc3f853a0ec97dcb;p=zefram%2Fminetest%2Fminetest_engine.git MapNode is a struct, not a class --- diff --git a/src/mapnode.h b/src/mapnode.h index 484ad4e1..389fa1c9 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