fix
This commit is contained in:
parent
7f94cdc930
commit
91c3fba181
|
|
@ -252,7 +252,7 @@ void DivMacroInt::retrig(unsigned char id)
|
|||
DivMacroStruct* m = NULL;
|
||||
DivInstrumentMacro* sm = NULL;
|
||||
|
||||
for(int i = 0; i < macroListLen; i++)
|
||||
for(int i = 0; i < (int)macroListLen; i++)
|
||||
{
|
||||
if(macroList[i]->macroType == id)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue