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 54ec3c859..1fc439abf 100644 --- a/src/gui/widgets/window.cpp +++ b/src/gui/widgets/window.cpp @@ -52,7 +52,7 @@ Window::Window(const std::string &caption, const bool modal, Window *const parent, std::string skin) : gcn::Window(caption), Widget2(), - gcn::WidgetListener(), + WidgetListener(), mSkin(nullptr), mDefaultX(0), mDefaultY(0), |