diff options
Diffstat (limited to 'src/engine/internals/Delay.hpp')
-rw-r--r-- | src/engine/internals/Delay.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/internals/Delay.hpp b/src/engine/internals/Delay.hpp index 077c65f9..758d32e7 100644 --- a/src/engine/internals/Delay.hpp +++ b/src/engine/internals/Delay.hpp @@ -23,7 +23,7 @@ #include "types.hpp" //#include "Buffer.hpp" //#include "BufferFactory.hpp" -#include "NodeBase.hpp" +#include "NodeImpl.hpp" namespace Ingen { @@ -41,7 +41,7 @@ namespace Internals { * * \ingroup engine */ -class DelayNode : public NodeBase +class DelayNode : public NodeImpl { public: DelayNode(BufferFactory& bufs, const std::string& path, bool polyphonic, PatchImpl* parent, SampleRate srate); |