summaryrefslogtreecommitdiffstats
path: root/src/server/events/SetPortValue.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/events/SetPortValue.hpp')
-rw-r--r--src/server/events/SetPortValue.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/events/SetPortValue.hpp b/src/server/events/SetPortValue.hpp
index 80d0b84a..7b49096f 100644
--- a/src/server/events/SetPortValue.hpp
+++ b/src/server/events/SetPortValue.hpp
@@ -48,13 +48,13 @@ public:
~SetPortValue();
bool pre_process();
- void execute(ProcessContext& context);
+ void execute(RunContext& context);
void post_process();
bool synthetic() const { return _synthetic; }
private:
- void apply(Context& context);
+ void apply(RunContext& context);
PortImpl* _port;
const Atom _value;