diff options
Diffstat (limited to 'src/server/BlockImpl.hpp')
-rw-r--r-- | src/server/BlockImpl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/BlockImpl.hpp b/src/server/BlockImpl.hpp index 701e2188..7a8d2b8c 100644 --- a/src/server/BlockImpl.hpp +++ b/src/server/BlockImpl.hpp @@ -64,7 +64,7 @@ public: BlockImpl(PluginImpl* plugin, const Raul::Symbol& symbol, - bool poly, + bool polyphonic, GraphImpl* parent, SampleRate rate); |