From 170d6b24cec9b7fe51d74b75544a097948e03082 Mon Sep 17 00:00:00 2001 From: Karsten Wiese Date: Fri, 16 Dec 2005 22:30:49 +0000 Subject: use stringcr_t and gain 1/1000 binary size reduction. not thaat much... git-svn-id: svn://localhost/trunk/ardour2@194 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/automation_line.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/automation_line.cc') diff --git a/gtk2_ardour/automation_line.cc b/gtk2_ardour/automation_line.cc index 8be662b5e5..3724495692 100644 --- a/gtk2_ardour/automation_line.cc +++ b/gtk2_ardour/automation_line.cc @@ -217,7 +217,7 @@ ControlPoint::move_to (double x, double y, ShapeType shape) /*****/ -AutomationLine::AutomationLine (string name, TimeAxisView& tv, ArdourCanvas::Group& parent, AutomationList& al) +AutomationLine::AutomationLine (stringcr_t name, TimeAxisView& tv, ArdourCanvas::Group& parent, AutomationList& al) : trackview (tv), _name (name), alist (al), -- cgit v1.2.3