Bugfix: prevent crash with current source when reordering

This commit is contained in:
brunoherbelin
2021-03-21 13:24:54 +01:00
parent 5f800f3723
commit 28d4d4acc4
6 changed files with 64 additions and 43 deletions

View File

@@ -29,7 +29,7 @@ XMLElement *XMLElementEncodeArray(XMLDocument *doc, const void *array, uint arra
bool XMLElementDecodeArray(XMLElement *elem, void *array, uint arraysize);
bool XMLSaveDoc(tinyxml2::XMLDocument * const doc, std::string filename);
bool XMLResultError(int result);
bool XMLResultError(int result, bool verbose = true);
}