mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-23 19:19:22 +01:00
fix compilation on newer mxml
This commit is contained in:
parent
f72afdce4b
commit
2817d8c4f8
@ -87,7 +87,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