diff options
Diffstat (limited to 'src/gui/statuswindow.h')
-rw-r--r-- | src/gui/statuswindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/statuswindow.h b/src/gui/statuswindow.h index 05a6cb01..13ee9a68 100644 --- a/src/gui/statuswindow.h +++ b/src/gui/statuswindow.h @@ -67,7 +67,7 @@ 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); + bool percent); void updateProgressBar(ProgressBar *bar, int id, bool percent = true); |