fixed get_CTML_Tree
This commit is contained in:
parent
3e4ffd2524
commit
5f640ed46d
1 changed files with 5 additions and 5 deletions
|
|
@ -152,10 +152,10 @@ namespace ctml {
|
|||
else {
|
||||
ff = inname;
|
||||
}
|
||||
rootPtr = &get_XML_File(ff)->child("ctml");
|
||||
//rootPtr->write(cout);
|
||||
//ifstream fin(ff.c_str());
|
||||
//rootPtr->build(fin);
|
||||
//fin.close();
|
||||
// rootPtr = &get_XML_File(ff)->child("ctml");
|
||||
rootPtr->write(cout);
|
||||
ifstream fin(ff.c_str());
|
||||
rootPtr->build(fin);
|
||||
fin.close();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue