From 25177612b20f7d3ebd4138fed9cd9acffec7e756 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 25 Dec 2017 13:50:13 -0500 Subject: Fix inconsistent parameter names --- src/server/BlockImpl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/BlockImpl.hpp') 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); -- cgit v1.2.1