OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)
This commit is contained in:
@@ -47,7 +47,7 @@ ConfigVariableBase::set_from_node (XMLNode const & node)
|
||||
const XMLProperty* prop;
|
||||
XMLNodeList nlist;
|
||||
XMLNodeConstIterator niter;
|
||||
XMLNode* child;
|
||||
XMLNode const * child;
|
||||
|
||||
nlist = node.children();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user