diff options
Diffstat (limited to 'src/gui/widgets/listbox.h')
-rw-r--r-- | src/gui/widgets/listbox.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/widgets/listbox.h b/src/gui/widgets/listbox.h index 0512183d1..11d1871c4 100644 --- a/src/gui/widgets/listbox.h +++ b/src/gui/widgets/listbox.h @@ -23,6 +23,8 @@ #ifndef LISTBOX_H #define LISTBOX_H +#include "gui/widgets/widget2.h" + #include <guichan/widgets/listbox.hpp> #include "localconsts.h" @@ -37,7 +39,8 @@ class Skin; * * \ingroup GUI */ -class ListBox : public gcn::ListBox +class ListBox : public gcn::ListBox, + public Widget2 { public: /** |