1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-05 03:50:07 +00:00

Updated some code to use cleaner array initialisation from constant data

This commit is contained in:
jules 2017-10-16 12:18:04 +01:00
parent 7ece1b4135
commit c2a2d5c734
11 changed files with 41 additions and 70 deletions

View file

@ -78,7 +78,7 @@ int AudioCDReader::getLastIndex() const
Array<int> AudioCDReader::findIndexesInTrack (const int)
{
return Array<int>();
return {};
}
} // namespace juce