diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-10-15 17:39:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-10-15 17:39:57 +0300 |
commit | 5658a770c18b99807e4a598e7dc70ea3f765ba81 (patch) | |
tree | f61a418fa237f82004a99a03b85a2e80ab01bd8f /src/gui/setup_video.h | |
parent | b2b348d4baf2891fd82635e068a4f64d2694ba6d (diff) | |
download | plus-5658a770c18b99807e4a598e7dc70ea3f765ba81.tar.gz plus-5658a770c18b99807e4a598e7dc70ea3f765ba81.tar.bz2 plus-5658a770c18b99807e4a598e7dc70ea3f765ba81.tar.xz plus-5658a770c18b99807e4a598e7dc70ea3f765ba81.zip |
Override some methods in guichan listbox.
Diffstat (limited to 'src/gui/setup_video.h')
-rw-r--r-- | src/gui/setup_video.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/setup_video.h b/src/gui/setup_video.h index e00495655..6ae5af1d6 100644 --- a/src/gui/setup_video.h +++ b/src/gui/setup_video.h @@ -32,6 +32,7 @@ class Button; class Label; +class ListBox; class ModeListModel; class OpenGLListModel; class TextDialog; @@ -40,7 +41,6 @@ namespace gcn { class CheckBox; class DropDown; - class ListBox; class Slider; } @@ -77,7 +77,7 @@ class Setup_Video final : public SetupTab, public gcn::KeyListener Label *scrollRadiusLabel; Label *scrollLazinessLabel; - gcn::ListBox *mModeList; + ListBox *mModeList; gcn::CheckBox *mFsCheckBox; gcn::DropDown *mOpenGLDropDown; gcn::CheckBox *mCustomCursorCheckBox; |