diff options
Diffstat (limited to 'src/resources/map')
-rw-r--r-- | src/resources/map/map.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/resources/map/map.h b/src/resources/map/map.h index b4495d11d..4a3d2ed9c 100644 --- a/src/resources/map/map.h +++ b/src/resources/map/map.h @@ -299,8 +299,10 @@ class Map final : public Properties, public ConfigListener const ObjectsLayer* getObjectsLayer() const restrict2 A_WARN_UNUSED { return mObjects; } - std::string getObjectData(const unsigned x, const unsigned y, - const int type) const restrict2 A_WARN_UNUSED; + std::string getObjectData(const unsigned x, + const unsigned y, + const int type) const + restrict2 A_WARN_UNUSED; void indexTilesets() restrict2; |