X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fautomation_pan_line.cc;h=aacfbdde75972ac92cc8bf338bae87538019c900;hb=76c25a4a4459b8e550c3c687458d04db0beaee77;hp=5493ac5301aaefe8666ad76d62b9e110e06f2066;hpb=54a80321064aa543023cd0b224ba9d433520983f;p=ardour.git diff --git a/gtk2_ardour/automation_pan_line.cc b/gtk2_ardour/automation_pan_line.cc index 5493ac5301..aacfbdde75 100644 --- a/gtk2_ardour/automation_pan_line.cc +++ b/gtk2_ardour/automation_pan_line.cc @@ -31,8 +31,9 @@ #include using namespace ARDOUR; +using namespace PBD; -AutomationPanLine::AutomationPanLine (string 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)