From c508209585cc7153d77d22ddb7b4ce6a291d00de Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 1 Jan 2018 04:17:05 +0300 Subject: Replace some status methods usage from member pointers to static member calls. --- src/gui/widgets/progressbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/progressbar.cpp') diff --git a/src/gui/widgets/progressbar.cpp b/src/gui/widgets/progressbar.cpp index 0e01876f5..8289cbf6c 100644 --- a/src/gui/widgets/progressbar.cpp +++ b/src/gui/widgets/progressbar.cpp @@ -86,7 +86,7 @@ ProgressBar::ProgressBar(const Widget2 *const widget, mSkin = theme->load(skin, "progressbar.xml", true, - theme->getThemePath()); + Theme::getThemePath()); if (mSkin != nullptr) { setPadding(mSkin->getPadding()); -- cgit v1.2.3-60-g2f50