summaryrefslogtreecommitdiff
path: root/src/resources/map/maplayer.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-26 00:01:41 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-26 00:01:41 +0300
commitafbcfe595044767a44055473ce07df1f0fd63dbb (patch)
tree79c961af92309ab4ae20aedcbede80ada3fe5018 /src/resources/map/maplayer.h
parent482782d74c61e226ed1ce81700708244565291f5 (diff)
downloadplus-afbcfe595044767a44055473ce07df1f0fd63dbb.tar.gz
plus-afbcfe595044767a44055473ce07df1f0fd63dbb.tar.bz2
plus-afbcfe595044767a44055473ce07df1f0fd63dbb.tar.xz
plus-afbcfe595044767a44055473ce07df1f0fd63dbb.zip
Add missing checks into map directory.
Diffstat (limited to 'src/resources/map/maplayer.h')
-rw-r--r--src/resources/map/maplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/map/maplayer.h b/src/resources/map/maplayer.h
index 6588e0303..be17804d8 100644
--- a/src/resources/map/maplayer.h
+++ b/src/resources/map/maplayer.h
@@ -123,7 +123,7 @@ class MapLayer final: public ConfigListener
int endY,
const int scrollX,
const int scrollY,
- const Actors *const actors) const A_NONNULL(2);
+ const Actors &actors) const A_NONNULL(2);
bool isFringeLayer() const A_WARN_UNUSED
{ return mIsFringeLayer; }