mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
AU: Move juce_AU_Shared.h to juce_audio_processors_headless
This commit is contained in:
parent
426b74fcf7
commit
3ae5a2d4ea
6 changed files with 5 additions and 5 deletions
|
|
@ -38,7 +38,7 @@ namespace juce
|
|||
{
|
||||
|
||||
//==============================================================================
|
||||
void addDefaultFormatsToManager (AudioPluginFormatManager& manager)
|
||||
void addDefaultFormatsToManager ([[maybe_unused]] AudioPluginFormatManager& manager)
|
||||
{
|
||||
#if JUCE_INTERNAL_HAS_AU
|
||||
manager.addFormat (std::make_unique<AudioUnitPluginFormat>());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue