Fix bug in xml_tree::print (which would pop the printing stack one time
[SXSI/XMLTree.git] / xml-tree.hpp
index 950f0ef..debabe9 100644 (file)
@@ -111,7 +111,7 @@ public:
   //I/O functions
   void save(int, char*);
   static xml_tree* load(int, char*, bool, int);
-  void print(int, node_t, bool no_text=false);
+  void print(node_t, int, bool no_text=false);
   void flush(int);
 
 private: