diff options
Diffstat (limited to 'src/server/internals/Delay.hpp')
-rw-r--r-- | src/server/internals/Delay.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/internals/Delay.hpp b/src/server/internals/Delay.hpp index 51e8e276..24f2854e 100644 --- a/src/server/internals/Delay.hpp +++ b/src/server/internals/Delay.hpp @@ -19,7 +19,7 @@ #include <math.h> -#include "BlockImpl.hpp" +#include "InternalBlock.hpp" #include "types.hpp" namespace Ingen { @@ -32,7 +32,7 @@ class BufferFactory; namespace Internals { -class DelayNode : public BlockImpl +class DelayNode : public InternalBlock { public: DelayNode(InternalPlugin* plugin, |