Browse Source

Minor fix for AU assertion.

tags/2021-05-28
jules 11 years ago
parent
commit
305c7056f1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_audio_processors/format_types/juce_AudioUnitPluginFormat.mm

+ 1
- 1
modules/juce_audio_processors/format_types/juce_AudioUnitPluginFormat.mm View File

@@ -322,7 +322,7 @@ public:
#if JUCE_DEBUG
// this indicates that some kind of recursive call is getting triggered that's
// deleting this plugin while it's still under construction.
jassert (AudioUnitFormatHelpers::insideCallback == 0);
jassert (AudioUnitFormatHelpers::insideCallback.get() == 0);
#endif
if (eventListenerRef != 0)


Loading…
Cancel
Save