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.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/PostProcessor.hpp b/src/server/PostProcessor.hpp
index 2733b209..ab8ba6bc 100644
--- a/src/server/PostProcessor.hpp
+++ b/src/server/PostProcessor.hpp
@@ -50,7 +50,7 @@ public:
/** Push a list of events on to the process queue.
realtime-safe, not thread-safe.
*/
- void append(RunContext& context, Event* first, Event* last);
+ void append(RunContext& ctx, Event* first, Event* last);
/** Post-process and delete all pending events */
void process();