| 524 | //============================================================================== |
| 525 | template <typename AudioFormatType> |
| 526 | void AudioFileFormatList::addFormat() { addFormat (std::make_unique<AudioFormatType>()); } |
| 527 | |
| 528 | inline void AudioFileFormatList::addFormat (std::unique_ptr<AudioFileFormat> formatToAdd) |
| 529 | { |