summaryrefslogtreecommitdiffstats
path: root/src/server/PreProcessor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/PreProcessor.hpp')
-rw-r--r--src/server/PreProcessor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/PreProcessor.hpp b/src/server/PreProcessor.hpp
index 8d15c0a6..54f185c3 100644
--- a/src/server/PreProcessor.hpp
+++ b/src/server/PreProcessor.hpp
@@ -52,7 +52,7 @@ public:
/** Process events for a cycle.
* @return The number of events processed.
*/
- unsigned process(RunContext& context,
+ unsigned process(RunContext& ctx,
PostProcessor& dest,
size_t limit = 0);