From c57791d0fc6833d2ec72a40400d9039030f7cc96 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 16 Feb 2014 01:05:05 +0300 Subject: move widgetlistener from base into listeners. --- src/gui/widgets/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/window.cpp') 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), -- cgit v1.2.3-60-g2f50