summaryrefslogtreecommitdiffstats
path: root/src/server/internals/BlockDelay.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/internals/BlockDelay.hpp')
-rw-r--r--src/server/internals/BlockDelay.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/internals/BlockDelay.hpp b/src/server/internals/BlockDelay.hpp
index 0e8fadce..3c84ff39 100644
--- a/src/server/internals/BlockDelay.hpp
+++ b/src/server/internals/BlockDelay.hpp
@@ -45,7 +45,7 @@ public:
void activate(BufferFactory& bufs) override;
- void run(RunContext& context) override;
+ void run(RunContext& ctx) override;
static InternalPlugin* internal_plugin(URIs& uris);