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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mg_schematic.h b/src/mg_schematic.h
index 9d4d4a716..df54d79ba 100644
--- a/src/mg_schematic.h
+++ b/src/mg_schematic.h
@@ -76,7 +76,7 @@ public:
static const char *ELEMENT_TITLE;
static const size_t ELEMENT_LIMIT = 0x10000;
- SchematicManager(IGameDef *gamedef) {}
+ SchematicManager(IGameDef *gamedef);
~SchematicManager() {}
Schematic *create(int type)