diff options
Diffstat (limited to 'src/resources/mapdb.h')
-rw-r--r-- | src/resources/mapdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/mapdb.h b/src/resources/mapdb.h index d249a5cc6..0d13428ee 100644 --- a/src/resources/mapdb.h +++ b/src/resources/mapdb.h @@ -40,7 +40,7 @@ namespace MapDB */ void unload(); - std::string getMapName(std::string name); + std::string getMapName(const std::string &name); // Maps DB typedef std::map<std::string, std::string> Maps; |