diff options
Diffstat (limited to 'src/engine/LV2EventBuffer.hpp')
-rw-r--r-- | src/engine/LV2EventBuffer.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/LV2EventBuffer.hpp b/src/engine/LV2EventBuffer.hpp index 68633a8f..755352c6 100644 --- a/src/engine/LV2EventBuffer.hpp +++ b/src/engine/LV2EventBuffer.hpp @@ -66,6 +66,8 @@ public: bool append(const LV2_Event_Buffer* buf); + void copy(const LV2EventBuffer& buf); + private: LV2_Event_Buffer* _data; ///< Contents mutable LV2_Event_Iterator _iter; ///< Iterator into _data |