mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fonts: Replace heavyweight leak detector in FTFaceWrapper
This commit is contained in:
parent
131b838c65
commit
2301f398aa
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ struct FTFaceWrapper final : public ReferenceCountedObject
|
|||
MemoryBlock savedFaceData;
|
||||
FT_Face face = {};
|
||||
|
||||
JUCE_HEAVYWEIGHT_LEAK_DETECTOR(FTFaceWrapper)
|
||||
JUCE_LEAK_DETECTOR (FTFaceWrapper)
|
||||
};
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue