From 70f4bcdde45e94dbe27300a5069994aebc523cab Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 28 Apr 2012 01:10:26 +0000 Subject: Remove using declarations from headers. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4288 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/NodeMenu.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/gui/NodeMenu.cpp') diff --git a/src/gui/NodeMenu.cpp b/src/gui/NodeMenu.cpp index 0d58d40c..e12c1b9f 100644 --- a/src/gui/NodeMenu.cpp +++ b/src/gui/NodeMenu.cpp @@ -28,9 +28,11 @@ #include "WindowFactory.hpp" using namespace std; -using namespace Ingen::Client; namespace Ingen { + +using namespace Client; + namespace GUI { NodeMenu::NodeMenu(BaseObjectType* cobject, @@ -46,7 +48,7 @@ NodeMenu::NodeMenu(BaseObjectType* cobject, } void -NodeMenu::init(App& app, SharedPtr node) +NodeMenu::init(App& app, SharedPtr node) { ObjectMenu::init(app, node); -- cgit v1.2.1