From 10badd2c0e099c7611f6d23b3973e54f210bc172 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 19 Oct 2012 15:15:19 +0300 Subject: Fix namespace conflicts. --- src/gui/widgets/popup.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets/popup.cpp') diff --git a/src/gui/widgets/popup.cpp b/src/gui/widgets/popup.cpp index 9a16d8530..eb3bcd64b 100644 --- a/src/gui/widgets/popup.cpp +++ b/src/gui/widgets/popup.cpp @@ -38,8 +38,8 @@ Popup::Popup(const std::string &name, std::string skin) : Container(), - MouseListener(), - WidgetListener(), + gcn::MouseListener(), + gcn::WidgetListener(), mPopupName(name), mMinWidth(100), mMinHeight(40), -- cgit v1.2.3-60-g2f50