diff options
Diffstat (limited to 'src/gui/charcreatedialog.h')
-rw-r--r-- | src/gui/charcreatedialog.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/charcreatedialog.h b/src/gui/charcreatedialog.h index 7db506e7f..f14746605 100644 --- a/src/gui/charcreatedialog.h +++ b/src/gui/charcreatedialog.h @@ -33,11 +33,11 @@ class Label; class LocalPlayer; class PlayerBox; +class RadioButton; class TextField; namespace gcn { - class RadioButton; class Slider; } @@ -122,9 +122,9 @@ class CharCreateDialog final : public Window, Button *mActionButton; Button *mRotateButton; - gcn::RadioButton *mMale; - gcn::RadioButton *mFemale; - gcn::RadioButton *mOther; + RadioButton *mMale; + RadioButton *mFemale; + RadioButton *mOther; std::vector<gcn::Slider*> mAttributeSlider; std::vector<Label*> mAttributeLabel; |