summaryrefslogtreecommitdiff
path: root/gtk2_ardour/redirect_automation_line.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/redirect_automation_line.h')
-rw-r--r--gtk2_ardour/redirect_automation_line.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/redirect_automation_line.h b/gtk2_ardour/redirect_automation_line.h
index f6597b41f6..3933359db0 100644
--- a/gtk2_ardour/redirect_automation_line.h
+++ b/gtk2_ardour/redirect_automation_line.h
@@ -35,7 +35,7 @@ class TimeAxisView;
class RedirectAutomationLine : public AutomationLine
{
public:
- RedirectAutomationLine (ARDOUR::stringcr_t name, ARDOUR::Redirect&, uint32_t port, ARDOUR::Session&, TimeAxisView&,
+ RedirectAutomationLine (const string & name, ARDOUR::Redirect&, uint32_t port, ARDOUR::Session&, TimeAxisView&,
ArdourCanvas::Group& parent, ARDOUR::AutomationList&);
uint32_t port() const { return _port; }