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/serverdialog.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/serverdialog.cpp') diff --git a/src/gui/serverdialog.cpp b/src/gui/serverdialog.cpp index 673bfbcd5..c9dc3d054 100644 --- a/src/gui/serverdialog.cpp +++ b/src/gui/serverdialog.cpp @@ -244,9 +244,9 @@ private: ServerDialog::ServerDialog(ServerInfo *const serverInfo, const std::string &dir) : Window(_("Choose Your Server"), false, nullptr, "server.xml"), - ActionListener(), - KeyListener(), - SelectionListener(), + gcn::ActionListener(), + gcn::KeyListener(), + gcn::SelectionListener(), mDescription(new Label(std::string())), mQuitButton(new Button(_("Quit"), "quit", this)), mConnectButton(new Button(_("Connect"), "connect", this)), -- cgit v1.2.3-70-g09d2