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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/progressindicator.h b/src/gui/widgets/progressindicator.h
index 6d55fd3ce..4046f21d9 100644
--- a/src/gui/widgets/progressindicator.h
+++ b/src/gui/widgets/progressindicator.h
@@ -30,7 +30,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 : public gcn::Widget
+class ProgressIndicator final : public gcn::Widget
{
public:
ProgressIndicator();