X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gtk2_ardour%2Fautomation_gain_line.cc;h=65fc7b2cba118962bb407df4ff787c4afaf84c73;hb=192c6a9c1619de657602f385f92537e3c7ea5722;hp=15da1a2a8404efc125cc2a9374b56531fbdb6a5a;hpb=e493b2b7c4fbbbfc457f02babf9546289b430177;p=ardour.git diff --git a/gtk2_ardour/automation_gain_line.cc b/gtk2_ardour/automation_gain_line.cc index 15da1a2a84..65fc7b2cba 100644 --- a/gtk2_ardour/automation_gain_line.cc +++ b/gtk2_ardour/automation_gain_line.cc @@ -32,10 +32,10 @@ using namespace std; using namespace ARDOUR; -AutomationGainLine::AutomationGainLine (string name, Session& s, TimeAxisView& tv, GtkCanvasItem* parent, +AutomationGainLine::AutomationGainLine (string name, Session& s, TimeAxisView& tv, GnomeCanvasItem* parent, Curve& c, - gint (*point_callback)(GtkCanvasItem*, GdkEvent*, gpointer), - gint (*line_callback)(GtkCanvasItem*, GdkEvent*, gpointer)) + gint (*point_callback)(GnomeCanvasItem*, GdkEvent*, gpointer), + gint (*line_callback)(GnomeCanvasItem*, GdkEvent*, gpointer)) : AutomationLine (name, tv, parent, c, point_callback, line_callback), session (s) {