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 99d55af3..df30d514 100644
--- a/src/server/events/SetPortValue.hpp
+++ b/src/server/events/SetPortValue.hpp
@@ -50,13 +50,13 @@ public:
bool synthetic = false);
bool pre_process(PreProcessContext& ctx) override;
- void execute(RunContext& context) override;
+ void execute(RunContext& ctx) override;
void post_process() override;
bool synthetic() const { return _synthetic; }
private:
- void apply(RunContext& context);
+ void apply(RunContext& ctx);
PortImpl* _port;
const Atom _value;