diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-09-07 22:09:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-09-07 22:09:11 +0300 |
commit | b7e35a7bbd41c39fa675e77b2af6a11bb4d86dd2 (patch) | |
tree | ee27a5a1ace7e5dbc588466dc623013e4d5cea99 /src/gui/setup_theme.h | |
parent | 7d3059516fc25134d0d29b497e546f2846162399 (diff) | |
download | plus-b7e35a7bbd41c39fa675e77b2af6a11bb4d86dd2.tar.gz plus-b7e35a7bbd41c39fa675e77b2af6a11bb4d86dd2.tar.bz2 plus-b7e35a7bbd41c39fa675e77b2af6a11bb4d86dd2.tar.xz plus-b7e35a7bbd41c39fa675e77b2af6a11bb4d86dd2.zip |
Improve constructors in some classes.
Diffstat (limited to 'src/gui/setup_theme.h')
-rw-r--r-- | src/gui/setup_theme.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/setup_theme.h b/src/gui/setup_theme.h index f22fc2fd1..cc8b01fbe 100644 --- a/src/gui/setup_theme.h +++ b/src/gui/setup_theme.h @@ -53,11 +53,11 @@ class Setup_Theme : public SetupTab private: gcn::Label *mThemeLabel; + ThemesModel *mThemesModel; DropDown *mThemeDropDown; std::string mTheme; - ThemesModel *mThemesModel; - FontsModel *mFontsModel; + FontsModel *mFontsModel; gcn::Label *mFontLabel; DropDown *mFontDropDown; std::string mFont; @@ -98,7 +98,7 @@ class Setup_Theme : public SetupTab int mNpcFontSize; gcn::DropDown *mNpcFontSizeDropDown; - EditDialog *mEditDialog; +// EditDialog *mEditDialog; }; #endif |