mirror of https://github.com/swig/swig
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:
parent
40c73022a7
commit
95f6972e66
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue