From a0097fcc8d5b2ca32b6b346d6b06156f4d0c459c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 18 Oct 2013 20:17:04 +0300 Subject: remove default parameter from progressbar constructor. --- src/gui/widgets/progressbar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui') diff --git a/src/gui/widgets/progressbar.h b/src/gui/widgets/progressbar.h index 254c2533b..8c37500b7 100644 --- a/src/gui/widgets/progressbar.h +++ b/src/gui/widgets/progressbar.h @@ -49,7 +49,7 @@ class ProgressBar final : public gcn::Widget, /** * Constructor, initializes the progress with the given value. */ - ProgressBar(const Widget2 *const widget, float progress = 0.0F, + ProgressBar(const Widget2 *const widget, float progress, const int width = 40, const int height = 7, const int color = -1); -- cgit v1.2.3-60-g2f50