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 0dc5fb21..9df7349f 100644
--- a/src/server/internals/Delay.hpp
+++ b/src/server/internals/Delay.hpp
@@ -46,7 +46,7 @@ public:
void activate(BufferFactory& bufs);
- void process(ProcessContext& context);
+ void run(ProcessContext& context);
static InternalPlugin* internal_plugin(URIs& uris);