1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

WindowsDLL: Add missing JUCE_API attributes

This commit is contained in:
無常 2024-10-24 23:43:24 +08:00 committed by reuk
parent ed80adb3c7
commit d9ed81b4f0
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
4 changed files with 4 additions and 4 deletions

View file

@ -144,7 +144,7 @@ public:
/** A struct containing options for formatting the text when representing an
XML element as a string.
*/
struct TextFormat
struct JUCE_API TextFormat
{
/** Default constructor. */
TextFormat();