diff options
Diffstat (limited to 'src/gui/widgets/progressbar.h')
-rw-r--r-- | src/gui/widgets/progressbar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/widgets/progressbar.h b/src/gui/widgets/progressbar.h index 954d9f7d2..3bfceab18 100644 --- a/src/gui/widgets/progressbar.h +++ b/src/gui/widgets/progressbar.h @@ -51,7 +51,8 @@ class ProgressBar final : public gcn::Widget, */ ProgressBar(const Widget2 *const widget, float progress, const int width, const int height, - const int backColor); + const int backColor, + const std::string &skin); A_DELETE_COPY(ProgressBar) |