summaryrefslogtreecommitdiffstats
path: root/src/server/LV2Node.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-15 17:50:17 +0000
committerDavid Robillard <d@drobilla.net>2012-08-15 17:50:17 +0000
commitf2abde60ca210ca3cbaa019b351c1cb22e4c1d1c (patch)
treeb87fa7dbe4b74d801f99e4a4858c4d7d8d69b670 /src/server/LV2Node.hpp
parenta3d2709ee6f9595137df0865f857e0a90dd3a585 (diff)
downloadingen-f2abde60ca210ca3cbaa019b351c1cb22e4c1d1c.tar.gz
ingen-f2abde60ca210ca3cbaa019b351c1cb22e4c1d1c.tar.bz2
ingen-f2abde60ca210ca3cbaa019b351c1cb22e4c1d1c.zip
Rewrite Raul::Maid and eliminate Raul:List.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4702 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/server/LV2Node.hpp')
-rw-r--r--src/server/LV2Node.hpp5
1 files changed, 2 insertions, 3 deletions
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 <string>
-
#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<void> > Instances;
- struct Response : public Raul::Deletable
+ struct Response : public Raul::Disposable
, public Raul::Noncopyable
, public boost::intrusive::slist_base_hook<>
{