From f2abde60ca210ca3cbaa019b351c1cb22e4c1d1c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 15 Aug 2012 17:50:17 +0000 Subject: Rewrite Raul::Maid and eliminate Raul:List. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4702 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/LV2Node.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/server/LV2Node.hpp') diff --git a/src/server/LV2Node.hpp b/src/server/LV2Node.hpp index a012b87a..e7f8eae6 100644 --- a/src/server/LV2Node.hpp +++ b/src/server/LV2Node.hpp @@ -17,10 +17,9 @@ #ifndef INGEN_ENGINE_LV2NODE_HPP #define INGEN_ENGINE_LV2NODE_HPP -#include - #include "lilv/lilv.h" #include "lv2/lv2plug.in/ns/ext/worker/worker.h" +#include "raul/Disposable.hpp" #include "BufferRef.hpp" #include "NodeImpl.hpp" @@ -75,7 +74,7 @@ protected: typedef Raul::Array< SharedPtr > Instances; - struct Response : public Raul::Deletable + struct Response : public Raul::Disposable , public Raul::Noncopyable , public boost::intrusive::slist_base_hook<> { -- cgit v1.2.1