From 62471b26135021d75f1b9255ab613746ae2ad67a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 9 Jan 2018 04:41:50 +0300 Subject: Remove useless A_CONST attributes. --- src/being/localplayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/being/localplayer.h') diff --git a/src/being/localplayer.h b/src/being/localplayer.h index fdb45d0e6..f8faaaecb 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -358,7 +358,7 @@ class LocalPlayer final : public Being, int getPathLength(const Being *const being) const A_WARN_UNUSED; - void targetMoved() const A_CONST; + void targetMoved() const; void setLastHitFrom(const std::string &n) { mLastHitFrom = n; } -- cgit v1.2.3-70-g09d2