s/stringcr_t/const string &/
[ardour.git] / gtk2_ardour / route_ui.h
index 786523167da5aef7cfd7856d6c90d14b1c4c5cf3..c49583ab4522751b32085e19602bacd92f86fcf0 100644 (file)
@@ -78,7 +78,7 @@ class RouteUI : public virtual AxisView
        XMLNode *xml_node;
        void ensure_xml_node ();
 
-       XMLNode* get_child_xml_node (ARDOUR::stringcr_t childname);
+       XMLNode* get_child_xml_node (const string & childname);
        
        gint mute_press(GdkEventButton*);
        gint mute_release(GdkEventButton*);