summaryrefslogtreecommitdiff
path: root/gtk2_ardour/patch_change_widget.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/patch_change_widget.cc')
-rw-r--r--gtk2_ardour/patch_change_widget.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/patch_change_widget.cc b/gtk2_ardour/patch_change_widget.cc
index 8f99cee9a2..0e5ad911ab 100644
--- a/gtk2_ardour/patch_change_widget.cc
+++ b/gtk2_ardour/patch_change_widget.cc
@@ -477,7 +477,7 @@ PatchChangeWidget::audition_next ()
}
void
-PatchChangeWidget::_note_on_event_handler(GtkWidget*, int note, gpointer arg)
+PatchChangeWidget::_note_on_event_handler(GtkWidget*, int note, int, gpointer arg)
{
((PatchChangeWidget*)arg)->note_on_event_handler(note, false);
}