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/itemcontainer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/itemcontainer.cpp') diff --git a/src/gui/widgets/itemcontainer.cpp b/src/gui/widgets/itemcontainer.cpp index 19d3a30b3..0d2472277 100644 --- a/src/gui/widgets/itemcontainer.cpp +++ b/src/gui/widgets/itemcontainer.cpp @@ -237,7 +237,7 @@ ItemContainer::ItemContainer(const Widget2 *const widget, mName(), mShowMatrix(nullptr), mSkin(theme != nullptr ? theme->load("itemcontainer.xml", "", - true, theme->getThemePath()) : nullptr), + true, Theme::getThemePath()) : nullptr), mVertexes(new ImageCollection), mEquipedColor(getThemeColor(ThemeColorId::ITEM_EQUIPPED, 255U)), mEquipedColor2(getThemeColor(ThemeColorId::ITEM_EQUIPPED_OUTLINE, 255U)), -- cgit v1.2.3-70-g09d2