mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
macOS: Suppress leak detector warnings for retained system tray icons on Big Sur
This commit is contained in:
parent
0bf2f6a7a4
commit
07dec2d369
1 changed files with 0 additions and 2 deletions
|
|
@ -149,8 +149,6 @@ public:
|
|||
|
||||
using Ptr = ReferenceCountedObjectPtr<ImageDataContainer>;
|
||||
HeapBlock<uint8> data;
|
||||
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ImageDataContainer)
|
||||
};
|
||||
|
||||
ImageDataContainer::Ptr imageData = new ImageDataContainer();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue