From 76185faa619fd06576f2e67e1f2d5f1fb659e340 Mon Sep 17 00:00:00 2001 From: Björn Steinbrink Date: Thu, 9 Mar 2006 12:24:36 +0000 Subject: Removed coordinate arguments from ProgressBar ctor. --- src/gui/progressbar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/progressbar.h') diff --git a/src/gui/progressbar.h b/src/gui/progressbar.h index cd62c498..3e58f14e 100644 --- a/src/gui/progressbar.h +++ b/src/gui/progressbar.h @@ -41,7 +41,7 @@ class ProgressBar : public gcn::Widget { /** * Constructor, initializes the progress with the given value. */ - ProgressBar(float progress = 0.0f, int x = 0, int y = 0, + ProgressBar(float progress = 0.0f, unsigned int width = 40, unsigned int height = 7, Uint8 red = 150, Uint8 green = 150, Uint8 blue = 150); -- cgit v1.2.3-70-g09d2