diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/onlineplayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/onlineplayer.h b/src/gui/onlineplayer.h index f69564f51..7e3fdc80e 100644 --- a/src/gui/onlineplayer.h +++ b/src/gui/onlineplayer.h @@ -82,7 +82,7 @@ class OnlinePlayer final signed char mVersion; - Gender mGender; + GenderT mGender; bool mIsGM; }; |