From 0534847df83047f1ce2605187d45a762ffeae11e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 2 Sep 2012 21:25:21 +0300 Subject: Add const to more classes. --- src/resources/mapdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resources/mapdb.h') 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 Maps; -- cgit v1.2.3-70-g09d2