summaryrefslogtreecommitdiffstats
path: root/raul/Symbol.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-11-22 06:16:10 +0000
committerDavid Robillard <d@drobilla.net>2012-11-22 06:16:10 +0000
commitc4b51e0935f75d118164fab6bfcefc6ddf69867e (patch)
treef4f6bfc5e0a19561dd7860f82976dff3fdbb68a6 /raul/Symbol.hpp
parent5642368878114fd99cb6bf877258945a38c3c0b9 (diff)
downloadraul-c4b51e0935f75d118164fab6bfcefc6ddf69867e.tar.gz
raul-c4b51e0935f75d118164fab6bfcefc6ddf69867e.tar.bz2
raul-c4b51e0935f75d118164fab6bfcefc6ddf69867e.zip
Tidy.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4851 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul/Symbol.hpp')
-rw-r--r--raul/Symbol.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/raul/Symbol.hpp b/raul/Symbol.hpp
index 0aa8ed0..7af99ba 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 Raul::Symbol& symbol)
+ Symbol(const Symbol& symbol)
: std::basic_string<char>(symbol)
{}