summaryrefslogtreecommitdiffstats
path: root/ingen/Tee.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Tee.hpp')
-rw-r--r--ingen/Tee.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/ingen/Tee.hpp b/ingen/Tee.hpp
index b739e134..2a6f00df 100644
--- a/ingen/Tee.hpp
+++ b/ingen/Tee.hpp
@@ -25,7 +25,6 @@
#include "ingen/Interface.hpp"
#include "ingen/Message.hpp"
#include "ingen/types.hpp"
-#include "raul/URI.hpp"
namespace Ingen {
@@ -52,7 +51,7 @@ public:
}
}
- Raul::URI uri() const override { return Raul::URI("ingen:/tee"); }
+ URI uri() const override { return URI("ingen:/tee"); }
private:
std::mutex _sinks_mutex;