mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 18:49:03 -04:00
Reorder some class methods in cloak_user to fix a compiler warning.
This commit is contained in:
parent
bc8646bde6
commit
a10465fb7b
@ -248,8 +248,8 @@ class ModuleCloakUser final
|
||||
private:
|
||||
UserEngine<AccountMethod> accountcloak;
|
||||
UserEngine<AccountIdMethod> accountidcloak;
|
||||
UserEngine<UserMethod> usernamecloak;
|
||||
UserEngine<NickMethod> nicknamecloak;
|
||||
UserEngine<UserMethod> usernamecloak;
|
||||
Cloak::API cloakapi;
|
||||
CharState hostmap;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user