diff options
Diffstat (limited to 'src/gui/PortMenu.hpp')
-rw-r--r-- | src/gui/PortMenu.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/PortMenu.hpp b/src/gui/PortMenu.hpp index 5efb8e2a..b38e7a2b 100644 --- a/src/gui/PortMenu.hpp +++ b/src/gui/PortMenu.hpp @@ -39,7 +39,9 @@ public: PortMenu(BaseObjectType* cobject, const Glib::RefPtr<Gtk::Builder>& xml); - void init(SharedPtr<const PortModel> port, bool patch_port=false); + void init(App& app, + SharedPtr<const PortModel> port, + bool patch_port=false); private: void on_menu_disconnect(); |