diff options
Diffstat (limited to 'src/resources/db/mapdb.h')
-rw-r--r-- | src/resources/db/mapdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/db/mapdb.h b/src/resources/db/mapdb.h index a7629ba08..8e2bd6a2c 100644 --- a/src/resources/db/mapdb.h +++ b/src/resources/db/mapdb.h @@ -40,7 +40,7 @@ namespace MapDB */ void load(); - void loadRemap(); + void loadRemapXmlFile(const std::string &fileName); void loadInfo(const std::string &fileName); |