mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
There were a few "ambiguous operator new/delete" errors that were due to inheriting from a private base class that used the leak detector. These errors are resolved by adding the leak detector to the derived classes. JUCE_API was missing from a few useful types, notably the ARA hosting types. |
||
|---|---|---|
| .. | ||
| code_editor | ||
| detail | ||
| documents | ||
| embedding | ||
| misc | ||
| native | ||
| juce_gui_extra.cpp | ||
| juce_gui_extra.h | ||
| juce_gui_extra.mm | ||