summaryrefslogtreecommitdiff
path: root/gtk2_ardour/keyeditor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-03-15 19:46:28 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-03-15 19:46:28 -0400
commita06a5ecfd6cce641bca67c9927f44207a91ffc42 (patch)
treef1cdd1392b7b33d36e7fe9a172cf42f9fc46a892 /gtk2_ardour/keyeditor.h
parent694c7254e19fd0fbabe1ad25020fc0785216eb96 (diff)
change the way the key editor gets populated; drop binding sets with no actions
Diffstat (limited to 'gtk2_ardour/keyeditor.h')
-rw-r--r--gtk2_ardour/keyeditor.h2
1 files changed, 1 insertions, 1 deletions
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 ();