From 313af960a340f8539214d53252e3186fe3dc8f40 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 24 Feb 2010 23:37:26 +0000 Subject: Merge NodeBase and NodeImpl. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2486 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/LV2Node.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/engine/LV2Node.hpp') diff --git a/src/engine/LV2Node.hpp b/src/engine/LV2Node.hpp index 8b7a7bc3..dd3ce1b3 100644 --- a/src/engine/LV2Node.hpp +++ b/src/engine/LV2Node.hpp @@ -23,7 +23,7 @@ #include "raul/IntrusivePtr.hpp" #include "contexts.lv2/contexts.h" #include "types.hpp" -#include "NodeBase.hpp" +#include "NodeImpl.hpp" #include "LV2Features.hpp" namespace Ingen { @@ -35,7 +35,7 @@ class LV2Plugin; * * \ingroup engine */ -class LV2Node : public NodeBase +class LV2Node : public NodeImpl { public: LV2Node(LV2Plugin* plugin, -- cgit v1.2.1