summaryrefslogtreecommitdiffstats
path: root/src/server/internals/Delay.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/internals/Delay.hpp')
-rw-r--r--src/server/internals/Delay.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/internals/Delay.hpp b/src/server/internals/Delay.hpp
index 7456d7cc..d1ead156 100644
--- a/src/server/internals/Delay.hpp
+++ b/src/server/internals/Delay.hpp
@@ -50,7 +50,7 @@ public:
void process(ProcessContext& context);
- static InternalPlugin* internal_plugin(Shared::LV2URIMap& uris);
+ static InternalPlugin* internal_plugin(Shared::URIs& uris);
float delay_samples() const { return _delay_samples; }