diff options
Diffstat (limited to 'src/engine/LV2EventBuffer.hpp')
-rw-r--r-- | src/engine/LV2EventBuffer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/LV2EventBuffer.hpp b/src/engine/LV2EventBuffer.hpp index 7e60dff0..30edc96c 100644 --- a/src/engine/LV2EventBuffer.hpp +++ b/src/engine/LV2EventBuffer.hpp @@ -67,7 +67,7 @@ public: bool append(const LV2_Event_Buffer* buf); private: - LV2_Event_Buffer* _data; ///< Contents + LV2_Event_Buffer* _data; ///< Contents mutable LV2_Event_Iterator _iter; ///< Iterator into _data uint32_t _latest_frames; ///< Latest time of all events (frames) uint32_t _latest_subframes; ///< Latest time of all events (subframes) |