summaryrefslogtreecommitdiff
path: root/src/gui/widgets/dropdown.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/dropdown.h')
-rw-r--r--src/gui/widgets/dropdown.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/widgets/dropdown.h b/src/gui/widgets/dropdown.h
index 9e9851f24..102263ffb 100644
--- a/src/gui/widgets/dropdown.h
+++ b/src/gui/widgets/dropdown.h
@@ -23,6 +23,8 @@
#ifndef DROPDOWN_H
#define DROPDOWN_H
+#include "gui/widgets/widget2.h"
+
#include <guichan/widgets/dropdown.hpp>
#include "localconsts.h"
@@ -38,7 +40,8 @@ class Skin;
* DropDown you must give DropDown an implemented ListModel which represents
* your list.
*/
-class DropDown final : public gcn::DropDown
+class DropDown final : public gcn::DropDown,
+ public Widget2
{
public:
/**