From a42744e1068a8630d8034df73bb344ca21a53b32 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 16 Aug 2012 13:19:39 +0000 Subject: Remove all 'using namespace Raul'. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4715 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/ObjectMenu.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/gui/ObjectMenu.cpp') diff --git a/src/gui/ObjectMenu.cpp b/src/gui/ObjectMenu.cpp index 0cfb2482..5c784d33 100644 --- a/src/gui/ObjectMenu.cpp +++ b/src/gui/ObjectMenu.cpp @@ -24,8 +24,6 @@ #include "WidgetFactory.hpp" #include "WindowFactory.hpp" -using namespace Raul; - namespace Ingen { using namespace Client; @@ -119,7 +117,7 @@ ObjectMenu::on_menu_polyphonic() } void -ObjectMenu::property_changed(const URI& predicate, const Atom& value) +ObjectMenu::property_changed(const Raul::URI& predicate, const Raul::Atom& value) { const URIs& uris = _app->uris(); _enable_signal = false; -- cgit v1.2.1