mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)
This commit is contained in:
parent
9b3b1d945f
commit
17ace643e4
94 changed files with 294 additions and 254 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue