summaryrefslogtreecommitdiffstats
path: root/ingen/Tee.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Tee.hpp')
-rw-r--r--ingen/Tee.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/Tee.hpp b/ingen/Tee.hpp
index 2a6f00df..37c0870c 100644
--- a/ingen/Tee.hpp
+++ b/ingen/Tee.hpp
@@ -26,7 +26,7 @@
#include "ingen/Message.hpp"
#include "ingen/types.hpp"
-namespace Ingen {
+namespace ingen {
/** Interface that forwards all calls to several sinks. */
class Tee : public Interface
@@ -58,6 +58,6 @@ private:
Sinks _sinks;
};
-} // namespace Ingen
+} // namespace ingen
#endif // INGEN_ENGINE_TEE_HPP