summaryrefslogtreecommitdiff
path: root/src/gui/statuswindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/statuswindow.h')
-rw-r--r--src/gui/statuswindow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/statuswindow.h b/src/gui/statuswindow.h
index 79382cd5..f6d4f73e 100644
--- a/src/gui/statuswindow.h
+++ b/src/gui/statuswindow.h
@@ -67,9 +67,9 @@ class StatusWindow : public Window
static void updateMPBar(ProgressBar *bar, bool showMax = false);
static void updateXPBar(ProgressBar *bar, bool percent = true);
static void updateProgressBar(ProgressBar *bar, int value, int max,
- bool percent);
- static void updateProgressBar(ProgressBar *bar, int id,
- bool percent = true);
+ bool percent);
+ void updateProgressBar(ProgressBar *bar, int id,
+ bool percent = true);
private:
/**