summaryrefslogtreecommitdiffstats
path: root/src/server/InternalBlock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/InternalBlock.cpp')
-rw-r--r--src/server/InternalBlock.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/InternalBlock.cpp b/src/server/InternalBlock.cpp
index 3cea7698..4aa4cff2 100644
--- a/src/server/InternalBlock.cpp
+++ b/src/server/InternalBlock.cpp
@@ -70,12 +70,12 @@ InternalBlock::duplicate(Engine& engine,
}
void
-InternalBlock::pre_process(RunContext& context)
+InternalBlock::pre_process(RunContext& ctx)
{
for (uint32_t i = 0; i < num_ports(); ++i) {
PortImpl* const port = _ports->at(i);
if (port->is_input()) {
- port->pre_process(context);
+ port->pre_process(ctx);
} else if (port->buffer_type() == _plugin->uris().atom_Sequence) {
/* Output sequences are initialized in LV2 format, an atom:Chunk
with size set to the capacity of the buffer. Internal nodes