X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fport_matrix_column_labels.h;h=b3f2ed8c807f0feb294d993ca6674ae419468458;hb=5a8553f02cb9bcbd75b797c6260539f7a8f8e47a;hp=9ff59ec33bbfb5f8e2448bb8b29e2da0d859f1ea;hpb=1a447016437727452fdf00e7c762f339c796f736;p=ardour.git diff --git a/gtk2_ardour/port_matrix_column_labels.h b/gtk2_ardour/port_matrix_column_labels.h index 9ff59ec33b..b3f2ed8c80 100644 --- a/gtk2_ardour/port_matrix_column_labels.h +++ b/gtk2_ardour/port_matrix_column_labels.h @@ -36,7 +36,7 @@ class PortMatrixColumnLabels : public PortMatrixLabels public: PortMatrixColumnLabels (PortMatrix *, PortMatrixBody *); - void button_press (double, double, int, uint32_t, guint); + void button_press (double, double, GdkEventButton *); double component_to_parent_x (double x) const; double parent_to_component_x (double x) const;