mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
s/stringcr_t/const string &/
git-svn-id: svn://localhost/trunk/ardour2@201 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
541ff63201
commit
5c819462b8
51 changed files with 151 additions and 152 deletions
|
|
@ -601,7 +601,7 @@ RouteUI::ensure_xml_node ()
|
|||
}
|
||||
|
||||
XMLNode*
|
||||
RouteUI::get_child_xml_node (stringcr_t childname)
|
||||
RouteUI::get_child_xml_node (const string & childname)
|
||||
{
|
||||
XMLNode* child;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue