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:
parent
7ece1b4135
commit
c2a2d5c734
11 changed files with 41 additions and 70 deletions
|
|
@ -78,7 +78,7 @@ int AudioCDReader::getLastIndex() const
|
|||
|
||||
Array<int> AudioCDReader::findIndexesInTrack (const int)
|
||||
{
|
||||
return Array<int>();
|
||||
return {};
|
||||
}
|
||||
|
||||
} // namespace juce
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue