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