mirror of
https://github.com/dborth/vbagx.git
synced 2025-02-16 18:59:12 +01:00
fix compilation on newer mxml
This commit is contained in:
parent
289bcb5d29
commit
9598406749
@ -130,7 +130,7 @@ static const char * XMLSavePalCallback(mxml_node_t *node, int where)
|
||||
{
|
||||
const char *name;
|
||||
|
||||
name = node->value.element.name;
|
||||
name = mxmlGetElement(node);
|
||||
|
||||
if(where == MXML_WS_BEFORE_CLOSE)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user