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.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/internals/BlockDelay.hpp b/src/server/internals/BlockDelay.hpp
index a4a27383..0e8fadce 100644
--- a/src/server/internals/BlockDelay.hpp
+++ b/src/server/internals/BlockDelay.hpp
@@ -43,9 +43,9 @@ public:
~BlockDelayNode();
- void activate(BufferFactory& bufs);
+ void activate(BufferFactory& bufs) override;
- void run(RunContext& context);
+ void run(RunContext& context) override;
static InternalPlugin* internal_plugin(URIs& uris);