call foo::foo() before bar::bar(foo).
[ardour.git] / gtk2_ardour / automation_time_axis.cc
index 989c86b916bfa38b12d20bec2e16996a5e5032a2..8fe378f1b1488123dfe483e9019aca7f595034e8 100644 (file)
@@ -35,8 +35,8 @@ static const gchar * small_x_xpm[] = {
 "           "};
 
 AutomationTimeAxisView::AutomationTimeAxisView (Session& s, Route& r, PublicEditor& e, TimeAxisView& rent, 
-                                               ArdourCanvas::Canvas& canvas, std::string nom, 
-                                               std::string state_name, std::string nomparent)
+                                               ArdourCanvas::Canvas& canvas, const string & nom, 
+                                               const string & state_name, const string & nomparent)
 
        : AxisView (s), 
          TimeAxisView (s, e, &rent, canvas),