From b9458fb24050b375407413c0ef3d521ee0a1fbe4 Mon Sep 17 00:00:00 2001 From: attila Date: Fri, 9 May 2025 14:55:58 +0200 Subject: [PATCH] GlyphArrangementOptions: Add missing JUCE_API annotation --- modules/juce_graphics/fonts/juce_GlyphArrangementOptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_graphics/fonts/juce_GlyphArrangementOptions.h b/modules/juce_graphics/fonts/juce_GlyphArrangementOptions.h index 168ad90096..75b7cbab58 100644 --- a/modules/juce_graphics/fonts/juce_GlyphArrangementOptions.h +++ b/modules/juce_graphics/fonts/juce_GlyphArrangementOptions.h @@ -39,7 +39,7 @@ namespace juce @see GlyphArrangement::addFittedText */ -class GlyphArrangementOptions +class JUCE_API GlyphArrangementOptions final { public: /** We increment the distance between the baselines of subsequent lines with this value.