summaryrefslogtreecommitdiffstats
path: root/include/ingen/QueuedInterface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/QueuedInterface.hpp')
-rw-r--r--include/ingen/QueuedInterface.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ingen/QueuedInterface.hpp b/include/ingen/QueuedInterface.hpp
index d4c52168..fc3e539c 100644
--- a/include/ingen/QueuedInterface.hpp
+++ b/include/ingen/QueuedInterface.hpp
@@ -37,8 +37,7 @@ class QueuedInterface : public Interface
public:
explicit QueuedInterface(std::shared_ptr<Interface> sink)
: _sink(std::move(sink))
- {
- }
+ {}
URI uri() const override { return URI("ingen:/QueuedInterface"); }