summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchPortModule.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/PatchPortModule.hpp')
-rw-r--r--src/gui/PatchPortModule.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/PatchPortModule.hpp b/src/gui/PatchPortModule.hpp
index 42607315..b96d5dcb 100644
--- a/src/gui/PatchPortModule.hpp
+++ b/src/gui/PatchPortModule.hpp
@@ -65,7 +65,7 @@ protected:
PatchPortModule(PatchCanvas& canvas,
SharedPtr<const PortModel> model);
- void create_menu();
+ bool show_menu(GdkEventButton* ev);
void set_selected(bool b);
void set_port(Port* port) { _port = port; }