Skip to content

Commit

Permalink
Update default TextFormat constructor in juce_XmlElement.h
Browse files Browse the repository at this point in the history
  • Loading branch information
anjaldoshi committed Sep 5, 2024
1 parent 605f47a commit 85a139f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JuceLibraryCode/modules/juce_core/xml/juce_XmlElement.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class JUCE_API XmlElement
struct TextFormat
{
/** Default constructor. */
TextFormat() = default;
TextFormat() {};

String dtd; /**< If supplied, this DTD will be added to the document. */
String customHeader; /**< If supplied, this header will be used (and customEncoding & addDefaultHeader will be ignored). */
Expand Down

0 comments on commit 85a139f

Please sign in to comment.