diff options
Diffstat (limited to 'src/gui/charcreatedialog.h')
-rw-r--r-- | src/gui/charcreatedialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/charcreatedialog.h b/src/gui/charcreatedialog.h index 8897b5f7..5dbc6050 100644 --- a/src/gui/charcreatedialog.h +++ b/src/gui/charcreatedialog.h @@ -65,17 +65,17 @@ class CharCreateDialog : public Window, public gcn::ActionListener void setAttributes(std::vector<std::string> labels, int available, int min, int max); - void setFixedGender(bool fixed, bool gender = false); + void setFixedGender(bool fixed, Gender gender = GENDER_FEMALE); private: - int getDistributedPoints(); + int getDistributedPoints() const; void updateSliders(); /** * Returns the name of the character to create. */ - std::string getName(); + std::string getName() const; /** * Communicate character creation to the server. |