summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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()