From b6b4ea19929e7e67d987041aa129366f4fed3a6d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 20 Oct 2012 02:30:20 +0300 Subject: Add palette inheritance to progressbar class. --- src/gui/widgets/progressbar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/progressbar.h') diff --git a/src/gui/widgets/progressbar.h b/src/gui/widgets/progressbar.h index 646aec97f..c754bcb6b 100644 --- a/src/gui/widgets/progressbar.h +++ b/src/gui/widgets/progressbar.h @@ -50,7 +50,7 @@ class ProgressBar final : public gcn::Widget, /** * Constructor, initializes the progress with the given value. */ - ProgressBar(float progress = 0.0f, + ProgressBar(const Widget2 *const widget, float progress = 0.0f, const int width = 40, const int height = 7, const int color = -1); -- cgit v1.2.3-60-g2f50