summaryrefslogtreecommitdiff
path: root/src/mapgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapgen.h')
-rw-r--r--src/mapgen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapgen.h b/src/mapgen.h
index 03850cd19..07202f9a2 100644
--- a/src/mapgen.h
+++ b/src/mapgen.h
@@ -192,7 +192,7 @@ public:
virtual GenElement *getByName(const std::string &name);
protected:
- NodeResolver *m_resolver;
+ INodeDefManager *m_ndef;
std::vector<GenElement *> m_elements;
};