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/Configuration.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gui/Configuration.cpp') diff --git a/src/gui/Configuration.cpp b/src/gui/Configuration.cpp index c6737fe7..f7f8977c 100644 --- a/src/gui/Configuration.cpp +++ b/src/gui/Configuration.cpp @@ -31,7 +31,6 @@ #include "Port.hpp" using namespace std; -using namespace Raul; namespace Ingen { namespace GUI { @@ -96,7 +95,7 @@ Configuration::get_port_color(const Client::PortModel* p) return _event_port_color; } - warn << "[Configuration] No known port type for " << p->path() << endl; + Raul::warn << "[Configuration] No known port type for " << p->path() << endl; return 0x666666FF; } -- cgit v1.2.1