summaryrefslogtreecommitdiff
path: root/gtk2_ardour/redirect_automation_line.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/redirect_automation_line.cc')
-rw-r--r--gtk2_ardour/redirect_automation_line.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/redirect_automation_line.cc b/gtk2_ardour/redirect_automation_line.cc
index 8971e8ff10..1ea5013295 100644
--- a/gtk2_ardour/redirect_automation_line.cc
+++ b/gtk2_ardour/redirect_automation_line.cc
@@ -55,7 +55,7 @@ RedirectAutomationLine::RedirectAutomationLine (const string & name, Redirect& r
/*NOTREACHED*/
}
- pi->plugin().get_parameter_descriptor (_port, desc);
+ pi->plugin()->get_parameter_descriptor (_port, desc);
upper = desc.upper;
lower = desc.lower;