From df5cd98862d5328c6765b992a3a6e1b3458a1d8a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 19 Oct 2012 18:28:37 +0300 Subject: Derive all widgets from Widget2 class. --- src/gui/widgets/label.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/gui/widgets/label.h') diff --git a/src/gui/widgets/label.h b/src/gui/widgets/label.h index 09f193436..d249bdf54 100644 --- a/src/gui/widgets/label.h +++ b/src/gui/widgets/label.h @@ -22,6 +22,8 @@ #ifndef LABEL_H #define LABEL_H +#include "gui/widgets/widget2.h" + #include #include "localconsts.h" @@ -34,7 +36,7 @@ class Skin; * * \ingroup GUI */ -class Label final : public gcn::Label +class Label final : public gcn::Label, public Widget2 { public: /** -- cgit v1.2.3-60-g2f50