diff options
Diffstat (limited to 'src/gui/widgets/window.cpp')
-rw-r--r-- | src/gui/widgets/window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/window.cpp b/src/gui/widgets/window.cpp index 704b30834..3e2e5a506 100644 --- a/src/gui/widgets/window.cpp +++ b/src/gui/widgets/window.cpp @@ -190,7 +190,7 @@ Window::Window(const std::string &caption, mSkin = theme->load(skin, "window.xml", true, - theme->getThemePath()); + Theme::getThemePath()); if (mSkin != nullptr) { setPadding(mSkin->getPadding()); |