From 137a7fac329b7ca70babf00823efe431035a7657 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/raul@4715 a436a847-0d15-0410-975c-d299462d15a1 --- raul/Symbol.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raul/Symbol.hpp b/raul/Symbol.hpp index 3f14cc2..8a10f5a 100644 --- a/raul/Symbol.hpp +++ b/raul/Symbol.hpp @@ -73,7 +73,7 @@ public: * Note this is faster than constructing a Symbol from another Symbol's * string since validation is unnecessary. */ - Symbol(const Symbol& symbol) + Symbol(const Raul::Symbol& symbol) : std::basic_string(symbol) {} -- cgit v1.2.1