diff options
Diffstat (limited to 'src/gui/PatchPortModule.hpp')
-rw-r--r-- | src/gui/PatchPortModule.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/PatchPortModule.hpp b/src/gui/PatchPortModule.hpp index 3a180b24..04f70ad1 100644 --- a/src/gui/PatchPortModule.hpp +++ b/src/gui/PatchPortModule.hpp @@ -67,7 +67,7 @@ protected: SharedPtr<const PortModel> model); bool show_menu(GdkEventButton* ev); - void set_selected(bool b); + void set_selected(gboolean b); void set_port(Port* port) { _port = port; } |