summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/OutputPort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/OutputPort.hpp')
-rw-r--r--src/libs/engine/OutputPort.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/engine/OutputPort.hpp b/src/libs/engine/OutputPort.hpp
index 8f12d252..07daf6b6 100644
--- a/src/libs/engine/OutputPort.hpp
+++ b/src/libs/engine/OutputPort.hpp
@@ -50,7 +50,7 @@ public:
{}
void pre_process(SampleCount nframes, FrameTime start, FrameTime end);
- void process(ProcessContext& events, SampleCount nframes, FrameTime start, FrameTime end);
+ void process(ProcessContext& context, SampleCount nframes, FrameTime start, FrameTime end);
void post_process(SampleCount nframes, FrameTime start, FrameTime end);
virtual ~OutputPort() {}