Correct the int type in handleGroupOpcodes

This commit is contained in:
Paul Fd 2021-07-16 00:53:22 +02:00
parent af902ee8b0
commit aaa49f3f8d

View file

@ -337,7 +337,7 @@ void Synth::Impl::handleGlobalOpcodes(const std::vector<Opcode>& members)
void Synth::Impl::handleGroupOpcodes(const std::vector<Opcode>& members, const std::vector<Opcode>& masterMembers)
{
absl::optional<unsigned> groupIdx;
absl::optional<int> groupIdx;
absl::optional<unsigned> maxPolyphony;
const auto parseOpcode = [&](const Opcode& rawMember) {