diff options
Diffstat (limited to 'raul/AtomLiblo.hpp')
-rw-r--r-- | raul/AtomLiblo.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/raul/AtomLiblo.hpp b/raul/AtomLiblo.hpp index 13f48eb..3fc8ae0 100644 --- a/raul/AtomLiblo.hpp +++ b/raul/AtomLiblo.hpp @@ -20,8 +20,6 @@ #include <lo/lo.h> -#include <iostream> - #include "raul/log.hpp" #include "raul/Atom.hpp" @@ -88,7 +86,7 @@ lo_arg_to_atom(Raul::Forge& forge, char type, lo_arg* arg) return forge.make((bool)false); default: warn << "Unable to convert OSC type '" - << type << "' to Atom" << std::endl; + << type << "' to Atom" << std::endl; return Atom(); } } |