s/stringcr_t/const string &/

git-svn-id: svn://localhost/trunk/ardour2@201 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Karsten Wiese 2005-12-22 12:23:54 +00:00
parent 541ff63201
commit 5c819462b8
51 changed files with 151 additions and 152 deletions

View file

@ -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;