diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-10-20 02:30:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-10-20 13:55:43 +0300 |
commit | b6b4ea19929e7e67d987041aa129366f4fed3a6d (patch) | |
tree | 8bcc999ef4ae32aabd10a4109fb5e8c57067c18d /src/gui/widgets/playerbox.h | |
parent | 0153e8fa499b7bbdd712339bfb3921ead15a37a2 (diff) | |
download | plus-b6b4ea19929e7e67d987041aa129366f4fed3a6d.tar.gz plus-b6b4ea19929e7e67d987041aa129366f4fed3a6d.tar.bz2 plus-b6b4ea19929e7e67d987041aa129366f4fed3a6d.tar.xz plus-b6b4ea19929e7e67d987041aa129366f4fed3a6d.zip |
Add palette inheritance to progressbar class.
Diffstat (limited to 'src/gui/widgets/playerbox.h')
-rw-r--r-- | src/gui/widgets/playerbox.h | 4 |
1 files changed, 2 insertions, 2 deletions
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: /** |