mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +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. |
||
|---|---|---|
| .. | ||
| juce_ComponentDragger.cpp | ||
| juce_ComponentDragger.h | ||
| juce_DragAndDropContainer.cpp | ||
| juce_DragAndDropContainer.h | ||
| juce_DragAndDropTarget.h | ||
| juce_FileDragAndDropTarget.h | ||
| juce_LassoComponent.h | ||
| juce_MouseCursor.cpp | ||
| juce_MouseCursor.h | ||
| juce_MouseEvent.cpp | ||
| juce_MouseEvent.h | ||
| juce_MouseInactivityDetector.cpp | ||
| juce_MouseInactivityDetector.h | ||
| juce_MouseInputSource.cpp | ||
| juce_MouseInputSource.h | ||
| juce_MouseListener.cpp | ||
| juce_MouseListener.h | ||
| juce_SelectedItemSet.h | ||
| juce_TextDragAndDropTarget.h | ||
| juce_TooltipClient.h | ||