From a06a5ecfd6cce641bca67c9927f44207a91ffc42 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 15 Mar 2016 19:46:28 -0400 Subject: change the way the key editor gets populated; drop binding sets with no actions --- gtk2_ardour/keyeditor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/keyeditor.h') diff --git a/gtk2_ardour/keyeditor.h b/gtk2_ardour/keyeditor.h index 2a612160fa..91834c4dea 100644 --- a/gtk2_ardour/keyeditor.h +++ b/gtk2_ardour/keyeditor.h @@ -49,7 +49,7 @@ class KeyEditor : public ArdourWindow public: Tab (KeyEditor&, std::string const &name, Gtkmm2ext::Bindings*); - void populate (); + uint32_t populate (); void unbind (); void bind (GdkEventKey* release_event, guint pressed_key); void action_selected (); -- cgit v1.2.3