diff options
Diffstat (limited to 'src/server/internals/Delay.hpp')
-rw-r--r-- | src/server/internals/Delay.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/internals/Delay.hpp b/src/server/internals/Delay.hpp index 8f4b758b..0dc5fb21 100644 --- a/src/server/internals/Delay.hpp +++ b/src/server/internals/Delay.hpp @@ -39,7 +39,7 @@ public: BufferFactory& bufs, const Raul::Symbol& symbol, bool polyphonic, - PatchImpl* parent, + GraphImpl* parent, SampleRate srate); ~DelayNode(); |