diff options
Diffstat (limited to 'src/gui/theme.h')
-rw-r--r-- | src/gui/theme.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/theme.h b/src/gui/theme.h index 3d0c21998..edbe31a08 100644 --- a/src/gui/theme.h +++ b/src/gui/theme.h @@ -25,6 +25,8 @@ #ifndef GUI_THEME_H #define GUI_THEME_H +#include "enums/gui/progresscolorid.h" + #include "listeners/configlistener.h" #include "render/graphics.h" @@ -91,7 +93,7 @@ class Theme final : public Palette, const int w, const int h)A_WARN_UNUSED; - static Color getProgressColor(const int type, + static Color getProgressColor(const ProgressColorIdT type, const float progress) A_WARN_UNUSED; /** |