aboutsummaryrefslogtreecommitdiff
path: root/src/unittest/test_mapnode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/unittest/test_mapnode.cpp')
-rw-r--r--src/unittest/test_mapnode.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/unittest/test_mapnode.cpp b/src/unittest/test_mapnode.cpp
index 70e7d42cf..365ee0c86 100644
--- a/src/unittest/test_mapnode.cpp
+++ b/src/unittest/test_mapnode.cpp
@@ -31,7 +31,7 @@ public:
void runTests(IGameDef *gamedef);
- void testNodeProperties(INodeDefManager *nodedef);
+ void testNodeProperties(const NodeDefManager *nodedef);
};
static TestMapNode g_test_instance;
@@ -43,7 +43,7 @@ void TestMapNode::runTests(IGameDef *gamedef)
////////////////////////////////////////////////////////////////////////////////
-void TestMapNode::testNodeProperties(INodeDefManager *nodedef)
+void TestMapNode::testNodeProperties(const NodeDefManager *nodedef)
{
MapNode n(CONTENT_AIR);