summaryrefslogtreecommitdiff
path: root/include
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 /include
parentc02b30b96e48fb4b01c275c1b8b49d69ad2ebd4a (diff)
Rename GetFlagIndex -> GetFieldIndex
Diffstat (limited to 'include')
-rw-r--r--include/modules/who.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/who.h b/include/modules/who.h
index 8fd2dab08..983cece46 100644
--- a/include/modules/who.h
+++ b/include/modules/who.h
@@ -80,7 +80,7 @@ class Who::Request
* @param out The index will be stored in this value
* @return True if the field is available, false otherwise
*/
- virtual bool GetFlagIndex(char flag, size_t& out) const = 0;
+ virtual bool GetFieldIndex(char flag, size_t& out) const = 0;
protected:
Request()