Skip to content

Commit

Permalink
fix compilation on newer mxml
Browse files Browse the repository at this point in the history
  • Loading branch information
dborth committed Jul 30, 2023
1 parent 289bcb5 commit 9598406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/preferences.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 9598406

Please sign in to comment.