added 'const' to 'write'
This commit is contained in:
parent
f873fb6b1a
commit
db05f9fdd3
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ namespace Cantera {
|
|||
XML_Node* findByName(const string& nm);
|
||||
void getChildren(string name, vector<XML_Node*>& children) const;
|
||||
XML_Node& child(string loc) const;
|
||||
void write(ostream& s, int level = 0);
|
||||
void write(ostream& s, int level = 0) const;
|
||||
XML_Node& root() const { return *m_root; }
|
||||
void setRoot(XML_Node& root) { m_root = &root; }
|
||||
void copyUnion(XML_Node *node_dest);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue