From f3546d49dbd2d673138387a87bc523c26dcece68 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 11 Sep 2016 15:21:25 +0200 Subject: Remove last vestiges of multiple run contexts --- src/server/InternalBlock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/InternalBlock.cpp') diff --git a/src/server/InternalBlock.cpp b/src/server/InternalBlock.cpp index 308cb640..ef9af87e 100644 --- a/src/server/InternalBlock.cpp +++ b/src/server/InternalBlock.cpp @@ -31,7 +31,7 @@ InternalBlock::InternalBlock(PluginImpl* plugin, void -InternalBlock::pre_process(ProcessContext& context) +InternalBlock::pre_process(RunContext& context) { for (uint32_t i = 0; i < num_ports(); ++i) { PortImpl* const port = _ports->at(i); -- cgit v1.2.1