diff options
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()); } |