summaryrefslogtreecommitdiffstats
path: root/src/engine/ProcessContext.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/ProcessContext.hpp')
-rw-r--r--src/engine/ProcessContext.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/ProcessContext.hpp b/src/engine/ProcessContext.hpp
index 743b72c4..4b3888d0 100644
--- a/src/engine/ProcessContext.hpp
+++ b/src/engine/ProcessContext.hpp
@@ -52,8 +52,8 @@ public:
_end = end;
}
- inline SampleCount nframes()const { return _nframes; }
- inline FrameTime end() const { return _end; }
+ inline SampleCount nframes() const { return _nframes; }
+ inline FrameTime end() const { return _end; }
private:
SampleCount _nframes; ///< Length of this cycle in frames