summaryrefslogtreecommitdiffstats
path: root/src/server/internals/Delay.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/internals/Delay.hpp')
-rw-r--r--src/server/internals/Delay.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/internals/Delay.hpp b/src/server/internals/Delay.hpp
index 3c512d2c..8f4b758b 100644
--- a/src/server/internals/Delay.hpp
+++ b/src/server/internals/Delay.hpp
@@ -19,7 +19,7 @@
#include <math.h>
-#include "NodeImpl.hpp"
+#include "BlockImpl.hpp"
#include "types.hpp"
namespace Ingen {
@@ -32,7 +32,7 @@ class BufferFactory;
namespace Internals {
-class DelayNode : public NodeImpl
+class DelayNode : public BlockImpl
{
public:
DelayNode(InternalPlugin* plugin,