summaryrefslogtreecommitdiffstats
path: root/src/server/internals/Delay.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-09-11 15:21:25 +0200
committerDavid Robillard <d@drobilla.net>2016-09-11 15:21:25 +0200
commitf3546d49dbd2d673138387a87bc523c26dcece68 (patch)
treeede285a773fc565205f82a2b0a62ebba6ea552e0 /src/server/internals/Delay.hpp
parentfb2744d4265d26fb98b19689b50d127f32c66eab (diff)
downloadingen-f3546d49dbd2d673138387a87bc523c26dcece68.tar.gz
ingen-f3546d49dbd2d673138387a87bc523c26dcece68.tar.bz2
ingen-f3546d49dbd2d673138387a87bc523c26dcece68.zip
Remove last vestiges of multiple run contexts
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 24f2854e..0dc5da30 100644
--- a/src/server/internals/Delay.hpp
+++ b/src/server/internals/Delay.hpp
@@ -46,7 +46,7 @@ public:
void activate(BufferFactory& bufs);
- void run(ProcessContext& context);
+ void run(RunContext& context);
static InternalPlugin* internal_plugin(URIs& uris);