a) moved metering and meter falloff code into libardour
[ardour.git] / gtk2_ardour / automation_pan_line.cc
index 0bdbdef3f43843d336edc17a73c600fe5cebdd2f..7a264502affc3682f48abc2126eb65e3a6fafb22 100644 (file)
@@ -32,7 +32,7 @@
 
 using namespace ARDOUR;
 
-AutomationPanLine::AutomationPanLine (string name, Session& s, TimeAxisView& tv, Gnome::Canvas::Group& parent, Curve& c)
+AutomationPanLine::AutomationPanLine (const string & name, Session& s, TimeAxisView& tv, ArdourCanvas::Group& parent, Curve& c)
 
        : AutomationLine (name, tv, parent, c),
          session (s)