summaryrefslogtreecommitdiffstats
path: root/src/engine/OutputPort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/OutputPort.hpp')
-rw-r--r--src/engine/OutputPort.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/OutputPort.hpp b/src/engine/OutputPort.hpp
index e5c4ed28..15382332 100644
--- a/src/engine/OutputPort.hpp
+++ b/src/engine/OutputPort.hpp
@@ -47,8 +47,8 @@ public:
const Raul::Atom& value,
size_t buffer_size);
- void pre_process(ProcessContext& context);
- void post_process(ProcessContext& context);
+ void pre_process(Context& context);
+ void post_process(Context& context);
virtual ~OutputPort() {}