diff options
Diffstat (limited to 'src/tileset.h')
-rw-r--r-- | src/tileset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tileset.h b/src/tileset.h index 77140544e..05508658a 100644 --- a/src/tileset.h +++ b/src/tileset.h @@ -55,7 +55,7 @@ class Tileset final : public ImageSet /** * Set tileset property. */ - void setProperties(std::map<std::string, std::string> props) + void setProperties(const std::map<std::string, std::string> &props) { mProperties = props; } /** |