From: Giuseppe Bilotta Date: Tue, 2 Aug 2011 17:18:30 +0000 (+0200) Subject: MapNode is a struct, not a class X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f79069f5b3995a8b8f13771afc3f853a0ec97dcb;p=oweals%2Fminetest.git MapNode is a struct, not a class --- 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