Use C++11 range-based for loops where we can

This commit is contained in:
FeRD (Frank Dana)
2019-12-27 01:01:48 -05:00
parent dc217a9bdf
commit e49f62247e
10 changed files with 53 additions and 123 deletions

View File

@@ -51,7 +51,7 @@ AudioReaderSource::~AudioReaderSource()
// Clear and delete the buffer
delete buffer;
buffer = NULL;
};
}
// Get more samples from the reader
void AudioReaderSource::GetMoreSamplesFromReader()