Type change to silence compiler warning

This commit is contained in:
Alex Harker
2019-08-16 10:55:10 +01:00
parent b09bcc7929
commit 3d9231209d
@@ -19,7 +19,7 @@ void FrameLib_ProcessingQueue::add(FrameLib_DSP *object)
// Get time
mClock.start();
unsigned long count = 0;
int count = 0;
while (mTop)
{