X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gtk2_ardour%2Fport_matrix_labels.h;h=a977662e805dc1045d99d3756c68e1181b565c11;hb=38a874ecb8911629e4839be0cfd29cc6094e4cd4;hp=21dcf9de231cc5a7e7bb3cf0ad2129a886425cb6;hpb=9dbecd0fa1a977da1643977487a5485f4bf74267;p=ardour.git diff --git a/gtk2_ardour/port_matrix_labels.h b/gtk2_ardour/port_matrix_labels.h index 21dcf9de23..a977662e80 100644 --- a/gtk2_ardour/port_matrix_labels.h +++ b/gtk2_ardour/port_matrix_labels.h @@ -32,7 +32,7 @@ public: PortMatrixLabels (PortMatrix* m, PortMatrixBody* b) : PortMatrixComponent (m, b) {} virtual ~PortMatrixLabels () {} - virtual void draw_extra (cairo_t *); + void draw_extra (cairo_t *); void clear_channel_highlights (); void add_channel_highlight (ARDOUR::BundleChannel const &);