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/internals/Note.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/engine/internals/Note.hpp') diff --git a/src/engine/internals/Note.hpp b/src/engine/internals/Note.hpp index 8ad7f452..2866fb01 100644 --- a/src/engine/internals/Note.hpp +++ b/src/engine/internals/Note.hpp @@ -20,7 +20,7 @@ #include #include "types.hpp" -#include "NodeBase.hpp" +#include "NodeImpl.hpp" namespace Ingen { @@ -37,7 +37,7 @@ namespace Internals { * * \ingroup engine */ -class NoteNode : public NodeBase +class NoteNode : public NodeImpl { public: NoteNode(BufferFactory& bufs, const std::string& path, bool polyphonic, PatchImpl* parent, SampleRate srate); -- cgit v1.2.1