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 a48c89f8..f06a182e 100644
--- a/src/server/PostProcessor.hpp
+++ b/src/server/PostProcessor.hpp
@@ -48,8 +48,8 @@ public:
/** Push a list of events on to the process queue, realtime-safe, not thread-safe. */
inline void append(Raul::List<Event*>* l) { _events.append(*l); }
- /** Post-process and delete all pending events */
- void process();
+ /** Post-process and delete all pending events */
+ void process();
/** Set the latest event time that should be post-processed */
void set_end_time(FrameTime time) { _max_time = time; }