mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-22 02:29:16 +01:00
fix compilation on newer mxml
This commit is contained in:
parent
9598406749
commit
75d024b2ba
@ -103,7 +103,7 @@ static const char * XMLSaveCallback(mxml_node_t *node, int where)
|
||||
{
|
||||
const char *name;
|
||||
|
||||
name = node->value.element.name;
|
||||
name = mxmlGetElement(node);
|
||||
|
||||
if(where == MXML_WS_BEFORE_CLOSE)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user