diff options
author | David Robillard <d@drobilla.net> | 2012-08-12 23:42:17 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-08-12 23:42:17 +0000 |
commit | 40516c23f43aaf4ca785014dff596d8f66677de3 (patch) | |
tree | 5333face1ac86aaa7576fa6a5e684481415e32e0 /raul/Symbol.hpp | |
parent | 4fe22a4f393e5e7731a07405767571da021602da (diff) | |
download | raul-40516c23f43aaf4ca785014dff596d8f66677de3.tar.gz raul-40516c23f43aaf4ca785014dff596d8f66677de3.tar.bz2 raul-40516c23f43aaf4ca785014dff596d8f66677de3.zip |
Use ingen:root as the path for the root patch, opening up path space for engine/driver/etc.
Strict conversion between Path and URI (Path no longer is-a URI).
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4672 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul/Symbol.hpp')
-rw-r--r-- | raul/Symbol.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/raul/Symbol.hpp b/raul/Symbol.hpp index b872e3a..dcf1f04 100644 --- a/raul/Symbol.hpp +++ b/raul/Symbol.hpp @@ -104,7 +104,8 @@ private: } // namespace Raul -static inline std::ostream& operator<<(std::ostream& os, const Raul::Symbol& symbol) +static inline std::ostream& +operator<<(std::ostream& os, const Raul::Symbol& symbol) { return (os << symbol.c_str()); } |