Fix function definition to match declaration

Node is just a typedef for DOH but it's cleaner if these match.
This commit is contained in:
Olly Betts 2023-06-28 10:17:23 +12:00
parent 40c73022a7
commit 95f6972e66
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ public:
* up being a post-processing version of the tree.
* ----------------------------------------------------------------------------- */
void Swig_print_xml(DOH *obj, String *filename) {
void Swig_print_xml(Node *obj, String *filename) {
XML xml;
xmllite = 1;