1
0
Fork 0
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:
reuk 2025-08-20 13:22:25 +01:00
parent 426b74fcf7
commit 3ae5a2d4ea
No known key found for this signature in database
6 changed files with 5 additions and 5 deletions

View file

@ -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>());