From 5658a770c18b99807e4a598e7dc70ea3f765ba81 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 15 Oct 2012 17:39:57 +0300 Subject: Override some methods in guichan listbox. --- src/gui/setup_colors.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/setup_colors.h') diff --git a/src/gui/setup_colors.h b/src/gui/setup_colors.h index 407175698..89909ecce 100644 --- a/src/gui/setup_colors.h +++ b/src/gui/setup_colors.h @@ -31,12 +31,12 @@ class BrowserBox; class Label; +class ListBox; class TextField; class TextPreview; namespace gcn { - class ListBox; class ScrollArea; class Slider; } @@ -62,7 +62,7 @@ class Setup_Colors final : public SetupTab, private: static const std::string rawmsg; - gcn::ListBox *mColorBox; + ListBox *mColorBox; gcn::ScrollArea *mScroll; BrowserBox *mPreview; TextPreview *mTextPreview; -- cgit v1.2.3-60-g2f50