diff options
Diffstat (limited to 'src/net/logindata.h')
-rw-r--r-- | src/net/logindata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/logindata.h b/src/net/logindata.h index ddd3685be..acca562fd 100644 --- a/src/net/logindata.h +++ b/src/net/logindata.h @@ -66,7 +66,7 @@ class LoginData final std::string captchaResponse; std::string registerUrl; - Gender::Type gender; + GenderT gender; bool remember; // Whether to store the username. bool registerLogin; // Whether an account is being registered. |