diff --git a/src/sfizz/Region.h b/src/sfizz/Region.h index 310d985f..82465563 100644 --- a/src/sfizz/Region.h +++ b/src/sfizz/Region.h @@ -323,7 +323,7 @@ private: bool pitchSwitched { true }; bool bpmSwitched { true }; bool aftertouchSwitched { true }; - std::bitset<128> ccSwitched; + std::bitset ccSwitched; std::string defaultPath { "" }; int activeNotesInRange { -1 };