mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Bugfix: prevent crash with current source when reordering
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user