diff options
Diffstat (limited to 'src/voxel.h')
-rw-r--r-- | src/voxel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/voxel.h b/src/voxel.h index 4b53eb85c..687336923 100644 --- a/src/voxel.h +++ b/src/voxel.h @@ -29,7 +29,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include <list> #include "util/basic_macros.h" -class INodeDefManager; +class NodeDefManager; // For VC++ #undef min @@ -449,7 +449,7 @@ public: virtual void clear(); - void print(std::ostream &o, INodeDefManager *nodemgr, + void print(std::ostream &o, const NodeDefManager *nodemgr, VoxelPrintMode mode=VOXELPRINT_MATERIAL); void addArea(const VoxelArea &area); |