summaryrefslogtreecommitdiff
path: root/src/coremods/core_who.cpp
diff options
context:
space:
mode:
authorlinuxdaemon <linuxdaemon@snoonet.org>2019-03-12 12:04:01 -0500
committerPeter Powell <petpow@saberuk.com>2019-03-12 17:14:53 +0000
commit1003c593bfd455734a8f39f137d4ce68e7e87ca8 (patch)
tree7e1f5680cd66fc6d7e344f914b7f42fb6745880c /src/coremods/core_who.cpp
parentc02b30b96e48fb4b01c275c1b8b49d69ad2ebd4a (diff)
Rename GetFlagIndex -> GetFieldIndex
Diffstat (limited to 'src/coremods/core_who.cpp')
-rw-r--r--src/coremods/core_who.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coremods/core_who.cpp b/src/coremods/core_who.cpp
index 52af2d2ce..d6df6de20 100644
--- a/src/coremods/core_who.cpp
+++ b/src/coremods/core_who.cpp
@@ -39,7 +39,7 @@ static const char who_field_order[] = "cuhsnf";
struct WhoData : public Who::Request
{
- bool GetFlagIndex(char flag, size_t& out) const CXX11_OVERRIDE
+ bool GetFieldIndex(char flag, size_t& out) const CXX11_OVERRIDE
{
if (!whox)
{