From e4c551344b0713ff551884efb90c6d4d3f3e4613 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 24 Mar 2013 14:43:10 +0300 Subject: improve tileset class. --- src/tileset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tileset.h') diff --git a/src/tileset.h b/src/tileset.h index 9b3bc81a3..6d9891591 100644 --- a/src/tileset.h +++ b/src/tileset.h @@ -60,7 +60,7 @@ class Tileset final : public ImageSet /** * Returns property value. */ - std::string getProperty(std::string name) A_WARN_UNUSED + std::string getProperty(const std::string &name) A_WARN_UNUSED { const std::map::const_iterator it = mProperties.find(name); -- cgit v1.2.3-60-g2f50