s/stringcr_t/const string &/
[ardour.git] / gtk2_ardour / time_axis_view.h
index 6df7284932a03322453aabba4664365789ed9538..b230087325c1af67cadf92f163358a3c3bf05b3a 100644 (file)
@@ -192,7 +192,7 @@ class TimeAxisView : public virtual AxisView
 
        /* call this on the parent */
 
-       virtual XMLNode* get_child_xml_node (ARDOUR::stringcr_t childname) { return 0; }
+       virtual XMLNode* get_child_xml_node (const string & childname) { return 0; }
 
   protected: