diff options
Diffstat (limited to 'src/resources/map/walklayer.h')
-rw-r--r-- | src/resources/map/walklayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |