diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-09-02 21:25:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-09-02 21:25:21 +0300 |
commit | 0534847df83047f1ce2605187d45a762ffeae11e (patch) | |
tree | 92365ee5ec086b3c65f024096df9d63bd05b31d4 /src/resources/mapdb.h | |
parent | 4f390339f8107c376a10151a2cae889c0ec01089 (diff) | |
download | plus-0534847df83047f1ce2605187d45a762ffeae11e.tar.gz plus-0534847df83047f1ce2605187d45a762ffeae11e.tar.bz2 plus-0534847df83047f1ce2605187d45a762ffeae11e.tar.xz plus-0534847df83047f1ce2605187d45a762ffeae11e.zip |
Add const to more classes.
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; |