X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fautomation_pan_line.cc;h=7a264502affc3682f48abc2126eb65e3a6fafb22;hb=ce6c41c060c700489a9ac9fc5080bf2920c17ae2;hp=4df03afa583fef7dc92a45f5c9eedb0ddd362168;hpb=170d6b24cec9b7fe51d74b75544a097948e03082;p=ardour.git diff --git a/gtk2_ardour/automation_pan_line.cc b/gtk2_ardour/automation_pan_line.cc index 4df03afa58..7a264502af 100644 --- a/gtk2_ardour/automation_pan_line.cc +++ b/gtk2_ardour/automation_pan_line.cc @@ -32,7 +32,7 @@ using namespace ARDOUR; -AutomationPanLine::AutomationPanLine (stringcr_t name, Session& s, TimeAxisView& tv, ArdourCanvas::Group& parent, Curve& c) +AutomationPanLine::AutomationPanLine (const string & name, Session& s, TimeAxisView& tv, ArdourCanvas::Group& parent, Curve& c) : AutomationLine (name, tv, parent, c), session (s)