diff options
Diffstat (limited to 'src/voxel.cpp')
-rw-r--r-- | src/voxel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/voxel.cpp b/src/voxel.cpp index b901c1c4f..1f1d25373 100644 --- a/src/voxel.cpp +++ b/src/voxel.cpp @@ -48,8 +48,8 @@ void VoxelManipulator::clear() m_flags = nullptr; } -void VoxelManipulator::print(std::ostream &o, INodeDefManager *ndef, - VoxelPrintMode mode) +void VoxelManipulator::print(std::ostream &o, const NodeDefManager *ndef, + VoxelPrintMode mode) { const v3s16 &em = m_area.getExtent(); v3s16 of = m_area.MinEdge; |