summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix_labels.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/port_matrix_labels.h')
-rw-r--r--gtk2_ardour/port_matrix_labels.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/port_matrix_labels.h b/gtk2_ardour/port_matrix_labels.h
index a977662e80..21dcf9de23 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 () {}
- void draw_extra (cairo_t *);
+ virtual void draw_extra (cairo_t *);
void clear_channel_highlights ();
void add_channel_highlight (ARDOUR::BundleChannel const &);