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.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/PreProcessor.hpp b/src/server/PreProcessor.hpp
index 9ef75473..f9b85c8f 100644
--- a/src/server/PreProcessor.hpp
+++ b/src/server/PreProcessor.hpp
@@ -29,7 +29,7 @@ namespace Server {
class Engine;
class Event;
class PostProcessor;
-class ProcessContext;
+class RunContext;
class PreProcessor
{
@@ -49,7 +49,7 @@ public:
/** Process events for a cycle.
* @return The number of events processed.
*/
- unsigned process(ProcessContext& context,
+ unsigned process(RunContext& context,
PostProcessor& dest,
size_t limit = 0);