diff options
Diffstat (limited to 'src/gui/windows/charcreatedialog.h')
-rw-r--r-- | src/gui/windows/charcreatedialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/charcreatedialog.h b/src/gui/windows/charcreatedialog.h index 634e78c2c..e41b17157 100644 --- a/src/gui/windows/charcreatedialog.h +++ b/src/gui/windows/charcreatedialog.h @@ -69,7 +69,7 @@ class CharCreateDialog final : public Window, void unlock(); void setAttributes(const StringVect &labels, - const int available, + int available, const int min, const int max); void setDefaultGender(const GenderT gender = Gender::FEMALE); |