From f95e58406341d5672048ed9dca293beea9ee6b2c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 22 Feb 2016 01:22:38 +0300 Subject: Add more missing consts. --- src/being/localplayer.cpp | 2 +- src/being/localplayer.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/being') diff --git a/src/being/localplayer.cpp b/src/being/localplayer.cpp index c3cf67d66..30d629852 100644 --- a/src/being/localplayer.cpp +++ b/src/being/localplayer.cpp @@ -2005,7 +2005,7 @@ void LocalPlayer::navigateClean() tmpLayer->clean(); } -void LocalPlayer::updateMusic() +void LocalPlayer::updateMusic() const { if (mMap) { diff --git a/src/being/localplayer.h b/src/being/localplayer.h index d5cb3b873..b062cd6c2 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -404,7 +404,7 @@ class LocalPlayer final : public Being, const int oldVal1, const int oldVal2) override final; - void updateMusic(); + void updateMusic() const; void setAfkTime(const int v) { mAfkTime = v; } -- cgit v1.2.3-60-g2f50