From f3546d49dbd2d673138387a87bc523c26dcece68 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 11 Sep 2016 15:21:25 +0200 Subject: Remove last vestiges of multiple run contexts --- src/server/events/SetPortValue.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/server/events/SetPortValue.hpp') 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; -- cgit v1.2.1