summaryrefslogtreecommitdiff
path: root/src/being/localplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r--src/being/localplayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h
index e6b7a99d2..71c80de8b 100644
--- a/src/being/localplayer.h
+++ b/src/being/localplayer.h
@@ -230,9 +230,9 @@ class LocalPlayer final : public Being,
void pingResponse();
- void setAway(const std::string &message);
+ void setAway(const std::string &message) const;
- void setPseudoAway(const std::string &message);
+ void setPseudoAway(const std::string &message) const;
void setHalfAway(const bool n)
{ mInactive = n; }