Skip to content

Commit

Permalink
Add explicit padding to XmlText
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRStevens committed Mar 4, 2025
1 parent e1c6d4c commit c28f424
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NAS2D/Xml/XmlText.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ class XmlText : public XmlNode

private:
bool cdata{}; // true if this should be input and output as a CDATA style text element
char padding[7];
};

} // namespace Xml
Expand Down

0 comments on commit c28f424

Please sign in to comment.