summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_ui.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-09-13 15:35:30 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-09-13 15:35:30 +0000
commit81e962bbd47905ee2c3f2710e018315459a62854 (patch)
tree43eff094c02c86072f043dadd7ae782f508e846d /gtk2_ardour/plugin_ui.cc
parent6fbcc062b2bbf904c45c440debee517ac2cb6773 (diff)
two compiler warnings via john emmas
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5660 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/plugin_ui.cc')
-rw-r--r--gtk2_ardour/plugin_ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/plugin_ui.cc b/gtk2_ardour/plugin_ui.cc
index a159c2c0fa..6954e2296b 100644
--- a/gtk2_ardour/plugin_ui.cc
+++ b/gtk2_ardour/plugin_ui.cc
@@ -299,7 +299,7 @@ PluginUIWindow::create_lv2_editor(boost::shared_ptr<PluginInsert> insert)
bool
PluginUIWindow::on_key_press_event (GdkEventKey* event)
{
- relay_key_press (event, this);
+ return relay_key_press (event, this);
}
bool