diff options
Diffstat (limited to 'src/gui/widgets/progressindicator.h')
-rw-r--r-- | src/gui/widgets/progressindicator.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/widgets/progressindicator.h b/src/gui/widgets/progressindicator.h index 7357931e9..08526c7c2 100644 --- a/src/gui/widgets/progressindicator.h +++ b/src/gui/widgets/progressindicator.h @@ -34,8 +34,7 @@ class SimpleAnimation; * A widget that indicates progress. Suitable to use instead of a progress bar * in cases where it is unknown how long something is going to take. */ -class ProgressIndicator final : public gcn::Widget, - public Widget2 +class ProgressIndicator final : public gcn::Widget { public: ProgressIndicator(Widget2 *const widget); |