summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2025-03-30 00:23:12 +0100
committerFedja Beader <fedja@protonmail.ch>2025-03-30 01:08:51 +0100
commit8e6339353fb6eab7d21ff58e98a783e8d827d73b (patch)
tree37cd505d6872934efd707d873ae68ca66c06d3ab
parentb5ff3318e1fef1e108b6001838d02266b29e01c0 (diff)
downloadmanaplus-typofix_OnlinePlayer_getStatus.tar.gz
manaplus-typofix_OnlinePlayer_getStatus.tar.bz2
manaplus-typofix_OnlinePlayer_getStatus.tar.xz
manaplus-typofix_OnlinePlayer_getStatus.zip
Typofix unused function OnlinePlayer::getStatus()typofix_OnlinePlayer_getStatus
-rw-r--r--src/gui/onlineplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/onlineplayer.h b/src/gui/onlineplayer.h
index 64ab76abd..b38960c56 100644
--- a/src/gui/onlineplayer.h
+++ b/src/gui/onlineplayer.h
@@ -54,7 +54,7 @@ class OnlinePlayer final
const std::string getNick() const noexcept2 A_WARN_UNUSED
{ return mNick; }
- unsigned char getStaus() const noexcept2 A_WARN_UNUSED
+ unsigned char getStatus() const noexcept2 A_WARN_UNUSED
{ return mStatus; }
void setIsGM(const bool b)