s/stringcr_t/const string &/
[ardour.git] / gtk2_ardour / audio_time_axis.cc
index c1ccc52fc9774df360f6372b297a0c45b8591678..4e3ce96bc914e0e6e04e42b40401206b18afa838 100644 (file)
@@ -1937,7 +1937,7 @@ AudioTimeAxisView::route_active_changed ()
 }
 
 XMLNode* 
-AudioTimeAxisView::get_child_xml_node (stringcr_t childname)
+AudioTimeAxisView::get_child_xml_node (const string & childname)
 {
        return RouteUI::get_child_xml_node (childname);
 }