X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fredirect_automation_line.cc;h=b1b19d530f296592e3788267ed1e27107083dcb5;hb=60b97472b1e99c75fe68dd20de59d105c09b6c4e;hp=c1b1ba8aa0303ec42515bff2c9b0768e1634d910;hpb=170d6b24cec9b7fe51d74b75544a097948e03082;p=ardour.git diff --git a/gtk2_ardour/redirect_automation_line.cc b/gtk2_ardour/redirect_automation_line.cc index c1b1ba8aa0..b1b19d530f 100644 --- a/gtk2_ardour/redirect_automation_line.cc +++ b/gtk2_ardour/redirect_automation_line.cc @@ -15,7 +15,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id$ */ #include "public_editor.h" @@ -32,8 +31,9 @@ using namespace std; using namespace ARDOUR; +using namespace PBD; -RedirectAutomationLine::RedirectAutomationLine (stringcr_t name, Redirect& rd, uint32_t port, Session& s, +RedirectAutomationLine::RedirectAutomationLine (const string & name, Redirect& rd, uint32_t port, Session& s, TimeAxisView& tv, ArdourCanvas::Group& parent, @@ -54,7 +54,7 @@ RedirectAutomationLine::RedirectAutomationLine (stringcr_t name, Redirect& rd, u /*NOTREACHED*/ } - pi->plugin().get_parameter_descriptor (_port, desc); + pi->plugin()->get_parameter_descriptor (_port, desc); upper = desc.upper; lower = desc.lower;