mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +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
|
|
@ -1970,9 +1970,9 @@ EngineControl::set_state (const XMLNode& root)
|
|||
{
|
||||
XMLNodeList clist, cclist;
|
||||
XMLNodeConstIterator citer, cciter;
|
||||
XMLNode* child;
|
||||
XMLNode* grandchild;
|
||||
XMLProperty* prop = NULL;
|
||||
XMLNode const * child;
|
||||
XMLNode const * grandchild;
|
||||
XMLProperty const * prop = NULL;
|
||||
|
||||
fprintf (stderr, "EngineControl::set_state\n");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue