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/InternalBlock.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/InternalBlock.hpp') diff --git a/src/server/InternalBlock.hpp b/src/server/InternalBlock.hpp index c88e87d1..6ba25311 100644 --- a/src/server/InternalBlock.hpp +++ b/src/server/InternalBlock.hpp @@ -35,7 +35,7 @@ public: GraphImpl* parent, SampleRate rate); - virtual void pre_process(ProcessContext& context); + virtual void pre_process(RunContext& context); }; } // namespace Server -- cgit v1.2.1