From 10badd2c0e099c7611f6d23b3973e54f210bc172 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 19 Oct 2012 15:15:19 +0300 Subject: Fix namespace conflicts. --- src/gui/charcreatedialog.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/gui/charcreatedialog.h') diff --git a/src/gui/charcreatedialog.h b/src/gui/charcreatedialog.h index f14746605..d2bd57c61 100644 --- a/src/gui/charcreatedialog.h +++ b/src/gui/charcreatedialog.h @@ -34,13 +34,9 @@ class Label; class LocalPlayer; class PlayerBox; class RadioButton; +class Slider; class TextField; -namespace gcn -{ - class Slider; -} - /** * Character creation dialog. * @@ -126,7 +122,7 @@ class CharCreateDialog final : public Window, RadioButton *mFemale; RadioButton *mOther; - std::vector mAttributeSlider; + std::vector mAttributeSlider; std::vector mAttributeLabel; std::vector mAttributeValue; Label *mAttributesLeft; -- cgit v1.2.3-60-g2f50