From d6b87aa26ef482a8952437f7472b81a2240f01fd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 21 Jan 2008 15:14:53 +0000 Subject: Work on generic LV2 events. git-svn-id: http://svn.drobilla.net/lad/ingen@1090 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/LV2Node.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs/engine/LV2Node.hpp') diff --git a/src/libs/engine/LV2Node.hpp b/src/libs/engine/LV2Node.hpp index 4be1571d..47a628b9 100644 --- a/src/libs/engine/LV2Node.hpp +++ b/src/libs/engine/LV2Node.hpp @@ -57,7 +57,7 @@ public: void set_port_buffer(uint32_t voice, uint32_t port_num, Buffer* buf); protected: - SLV2Plugin _lv2_plugin; + LV2Plugin* _lv2_plugin; Raul::Array* _instances; Raul::Array* _prepared_instances; }; -- cgit v1.2.1