summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.h b/src/map.h
index 0dbfbd44f..3927d50cc 100644
--- a/src/map.h
+++ b/src/map.h
@@ -396,7 +396,7 @@ class Map final : public Properties, public ConfigListener
std::map<int, TileAnimation*> &getTileAnimations()
{ return mTileAnimations; }
- void setAtlas(Resource *atlas)
+ void setAtlas(Resource *const atlas)
{ mAtlas = atlas; }
protected: