From 07675230038a24dd251581591379c8fe5cc7bfd1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 26 Apr 2016 20:11:07 +0300 Subject: Add memory count functions into MapLayer and SpecailLayer. Also change all memory count functions into const methods. --- src/resources/map/walklayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resources/map/walklayer.h') diff --git a/src/resources/map/walklayer.h b/src/resources/map/walklayer.h index d867ad0fd..efa85b9dd 100644 --- a/src/resources/map/walklayer.h +++ b/src/resources/map/walklayer.h @@ -39,7 +39,7 @@ class WalkLayer final : public Resource int getDataAt(const int x, const int y) const; - int calcMemoryLocal() override final; + int calcMemoryLocal() const override final; private: int mWidth; -- cgit v1.2.3-70-g09d2