diff options
| author | 2019-03-12 12:04:01 -0500 | |
|---|---|---|
| committer | 2019-03-12 17:14:53 +0000 | |
| commit | 1003c593bfd455734a8f39f137d4ce68e7e87ca8 (patch) | |
| tree | 7e1f5680cd66fc6d7e344f914b7f42fb6745880c /include/modules | |
| parent | Move field lookup logic out of WhoData constructor (diff) | |
Rename GetFlagIndex -> GetFieldIndex
Diffstat (limited to 'include/modules')
| -rw-r--r-- | include/modules/who.h | 2 |
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() |
