diff options
Diffstat (limited to 'src/gui/windows/charcreatedialog.h')
-rw-r--r-- | src/gui/windows/charcreatedialog.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/windows/charcreatedialog.h b/src/gui/windows/charcreatedialog.h index 79aa1fe6a..606233276 100644 --- a/src/gui/windows/charcreatedialog.h +++ b/src/gui/windows/charcreatedialog.h @@ -73,8 +73,7 @@ class CharCreateDialog final : public Window, const int available, const int min, const int max); - void setFixedGender(const bool fixed, - const Gender::Type gender = Gender::FEMALE); + void setDefaultGender(const Gender::Type gender = Gender::FEMALE); void logic() override final; |