summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/DuplexPort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/DuplexPort.hpp')
-rw-r--r--src/libs/engine/DuplexPort.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/engine/DuplexPort.hpp b/src/libs/engine/DuplexPort.hpp
index 4c98ea88..c74eca84 100644
--- a/src/libs/engine/DuplexPort.hpp
+++ b/src/libs/engine/DuplexPort.hpp
@@ -45,7 +45,7 @@ public:
virtual ~DuplexPort() {}
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);
bool is_input() const { return !_is_output; }