summaryrefslogtreecommitdiff
path: root/src/mg_schematic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mg_schematic.h')
-rw-r--r--src/mg_schematic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mg_schematic.h b/src/mg_schematic.h
index 8d0b18148..ad5afb15f 100644
--- a/src/mg_schematic.h
+++ b/src/mg_schematic.h
@@ -26,7 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
class Map;
class Mapgen;
-class ManualMapVoxelManipulator;
+class MMVManip;
class PseudoRandom;
class NodeResolver;
@@ -58,7 +58,7 @@ public:
void updateContentIds();
- void blitToVManip(v3s16 p, ManualMapVoxelManipulator *vm,
+ void blitToVManip(v3s16 p, MMVManip *vm,
Rotation rot, bool force_placement, INodeDefManager *ndef);
bool loadSchematicFromFile(const char *filename, INodeDefManager *ndef,