summaryrefslogtreecommitdiffstats
path: root/src/server/PostProcessor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/PostProcessor.hpp')
-rw-r--r--src/server/PostProcessor.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/PostProcessor.hpp b/src/server/PostProcessor.hpp
index 6203cc53..5a3ffa62 100644
--- a/src/server/PostProcessor.hpp
+++ b/src/server/PostProcessor.hpp
@@ -28,7 +28,7 @@ namespace Server {
class Engine;
class Event;
-class ProcessContext;
+class RunContext;
/** Processor for Events after leaving the audio thread.
*
@@ -50,7 +50,7 @@ public:
/** Push a list of events on to the process queue.
realtime-safe, not thread-safe.
*/
- void append(ProcessContext& context, Event* first, Event* last);
+ void append(RunContext& context, Event* first, Event* last);
/** Post-process and delete all pending events */
void process();