summaryrefslogtreecommitdiff
path: root/src/gui/widgets/progressindicator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/progressindicator.h')
-rw-r--r--src/gui/widgets/progressindicator.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/widgets/progressindicator.h b/src/gui/widgets/progressindicator.h
index d96cc8f8c..56f2daff5 100644
--- a/src/gui/widgets/progressindicator.h
+++ b/src/gui/widgets/progressindicator.h
@@ -22,6 +22,8 @@
#ifndef PROGRESSINDICATOR_H
#define PROGRESSINDICATOR_H
+#include "gui/widgets/widget2.h"
+
#include <guichan/widget.hpp>
#include "localconsts.h"
@@ -32,7 +34,8 @@ 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
+class ProgressIndicator final : public gcn::Widget,
+ public Widget2
{
public:
ProgressIndicator();