mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 11:06:32 +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
|
|
@ -112,7 +112,7 @@ MonitorProcessor::set_state (const XMLNode& node, int version)
|
|||
return ret;
|
||||
}
|
||||
|
||||
const XMLProperty* prop;
|
||||
XMLProperty const * prop;
|
||||
|
||||
if ((prop = node.property (X_("type"))) == 0) {
|
||||
error << string_compose (X_("programming error: %1"), X_("MonitorProcessor XML settings have no type information"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue