diff options
author | David Robillard <d@drobilla.net> | 2011-05-18 15:52:39 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-05-18 15:52:39 +0000 |
commit | 7bd4febfdb799cd359a380d23640654f476dadae (patch) | |
tree | 7acf0526548382e3768b45628a47f094120b7724 /raul/Symbol.hpp | |
parent | 3a1a098d7d41468a74862777d3085f537fb6b894 (diff) | |
download | raul-7bd4febfdb799cd359a380d23640654f476dadae.tar.gz raul-7bd4febfdb799cd359a380d23640654f476dadae.tar.bz2 raul-7bd4febfdb799cd359a380d23640654f476dadae.zip |
Strip double blank lines.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3279 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul/Symbol.hpp')
-rw-r--r-- | raul/Symbol.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/raul/Symbol.hpp b/raul/Symbol.hpp index eecf1fd..aaf2935 100644 --- a/raul/Symbol.hpp +++ b/raul/Symbol.hpp @@ -28,7 +28,6 @@ namespace Raul { - /** A restricted string (C identifier, which is a component of a Path). * * A Symbol is a very restricted string suitable for use as an identifier. @@ -53,7 +52,6 @@ public: assert(is_valid(symbol)); } - /** Construct a Symbol from a C string. * * It is a fatal error to construct a Symbol from an invalid string, @@ -87,7 +85,6 @@ private: const char* _str; }; - } // namespace Raul static inline std::ostream& operator<<(std::ostream& os, const Raul::Symbol& symbol) |