diff options
author | Andrei Karas <akaras@inbox.ru> | 2010-06-06 00:24:46 +0300 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2010-06-05 23:48:45 +0200 |
commit | f6583ac4b10f9e703fe1d44a1847444d34e09ab6 (patch) | |
tree | 9d801ddbf15a2825c64b4974e3d12b765e8c9465 /src/map.h | |
parent | 18c1842f1e566390b4d93c94628db49c4895c881 (diff) | |
download | mana-f6583ac4b10f9e703fe1d44a1847444d34e09ab6.tar.gz mana-f6583ac4b10f9e703fe1d44a1847444d34e09ab6.tar.bz2 mana-f6583ac4b10f9e703fe1d44a1847444d34e09ab6.tar.xz mana-f6583ac4b10f9e703fe1d44a1847444d34e09ab6.zip |
Fix memory leak in minimap
Reviewed-by: Thorbjørn Lindeijer
Diffstat (limited to 'src/map.h')
-rw-r--r-- | src/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -269,7 +269,7 @@ class Map : public Properties /** * Gives the map id based on filepath (ex: 009-1) */ - const std::string *getFilename() const; + const std::string getFilename() const; /** * Check the current position against surrounding blocking tiles, and |