Reorder some class methods in cloak_user to fix a compiler warning.

This commit is contained in:
Sadie Powell 2023-06-29 15:02:01 +01:00
parent bc8646bde6
commit a10465fb7b

View File

@ -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;