Skip to content

Commit

Permalink
Re-arrange XmlDocument fields and add explicit padding
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRStevens committed Mar 4, 2025
1 parent 4ba1e90 commit e1c6d4c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions NAS2D/Xml/XmlDocument.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,10 @@ class XmlDocument : public XmlNode

private:
XmlErrorCode _errorId{};

bool _error{};

std::string _errorDesc{};

XmlBase::ParseLocation _errorLocation{};
std::string _errorDesc{};
bool _error{};
char padding[7];
};

} // namespace Xml
Expand Down

0 comments on commit e1c6d4c

Please sign in to comment.