aboutsummaryrefslogtreecommitdiff
path: root/src/unittest/test_voxelmanipulator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/unittest/test_voxelmanipulator.cpp')
-rw-r--r--src/unittest/test_voxelmanipulator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/unittest/test_voxelmanipulator.cpp b/src/unittest/test_voxelmanipulator.cpp
index 6c8ac6757..acc2707e7 100644
--- a/src/unittest/test_voxelmanipulator.cpp
+++ b/src/unittest/test_voxelmanipulator.cpp
@@ -33,7 +33,7 @@ public:
void runTests(IGameDef *gamedef);
void testVoxelArea();
- void testVoxelManipulator(INodeDefManager *nodedef);
+ void testVoxelManipulator(const NodeDefManager *nodedef);
};
static TestVoxelManipulator g_test_instance;
@@ -80,7 +80,7 @@ void TestVoxelManipulator::testVoxelArea()
}
-void TestVoxelManipulator::testVoxelManipulator(INodeDefManager *nodedef)
+void TestVoxelManipulator::testVoxelManipulator(const NodeDefManager *nodedef)
{
VoxelManipulator v;