From 71808f61f7db48a7ab4e16537b94ee5686749909 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 25 Dec 2017 16:05:05 -0500 Subject: Remove superfluous using namespace declarations --- src/gui/WidgetFactory.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/gui/WidgetFactory.cpp') diff --git a/src/gui/WidgetFactory.cpp b/src/gui/WidgetFactory.cpp index 71db9ff4..afb6a07f 100644 --- a/src/gui/WidgetFactory.cpp +++ b/src/gui/WidgetFactory.cpp @@ -22,8 +22,6 @@ #include "WidgetFactory.hpp" -using namespace std; - namespace Ingen { namespace GUI { @@ -65,7 +63,7 @@ WidgetFactory::find_ui_file() } Glib::RefPtr -WidgetFactory::create(const string& toplevel_widget) +WidgetFactory::create(const std::string& toplevel_widget) { if (ui_filename.empty()) { find_ui_file(); -- cgit v1.2.1