MapNode is a struct, not a class
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Tue, 2 Aug 2011 17:18:30 +0000 (19:18 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 5 Aug 2011 06:45:15 +0000 (08:45 +0200)
src/mapnode.h

index 484ad4e196c6ef8acddd9266a543cc95cfa0feaf..389fa1c9c7f73da1587d2e6aa34709c9d4ace4af 100644 (file)
@@ -96,7 +96,7 @@ enum LiquidType
        LIQUID_SOURCE
 };
 
-class MapNode;
+struct MapNode;
 class NodeMetadata;
 
 struct ContentFeatures