From 49c05a2653e2f6c8abd8390a5e1f07361cd66f33 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 2 Jun 2009 23:24:28 +0000 Subject: Fix horribly broken LV2 event implementation (ticket #378 among other problems). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2061 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/LV2EventBuffer.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/engine/LV2EventBuffer.hpp') 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 -- cgit v1.2.1