new hellenic translation, plus new names in about dialog
[ardour.git] / gtk2_ardour / redirect_automation_line.cc
index 8971e8ff10245f9105e670321bb90650c4d3de91..b1b19d530f296592e3788267ed1e27107083dcb5 100644 (file)
@@ -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"
@@ -55,7 +54,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;