summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/time_axis_view.h')
-rw-r--r--gtk2_ardour/time_axis_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h
index 7cd2cc8e38..6df7284932 100644
--- a/gtk2_ardour/time_axis_view.h
+++ b/gtk2_ardour/time_axis_view.h
@@ -192,7 +192,7 @@ class TimeAxisView : public virtual AxisView
/* call this on the parent */
- virtual XMLNode* get_child_xml_node (std::string childname) { return 0; }
+ virtual XMLNode* get_child_xml_node (ARDOUR::stringcr_t childname) { return 0; }
protected: