From b6b4ea19929e7e67d987041aa129366f4fed3a6d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 20 Oct 2012 02:30:20 +0300 Subject: Add palette inheritance to progressbar class. --- src/gui/widgets/playerbox.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets/playerbox.h') diff --git a/src/gui/widgets/playerbox.h b/src/gui/widgets/playerbox.h index 9f9a784ec..bc93b2e3f 100644 --- a/src/gui/widgets/playerbox.h +++ b/src/gui/widgets/playerbox.h @@ -40,8 +40,8 @@ class Skin; * * \ingroup GUI */ -class PlayerBox final : public gcn::ScrollArea, - public Widget2 +class PlayerBox final : public Widget2, + public gcn::ScrollArea { public: /** -- cgit v1.2.3-60-g2f50