diff options
Diffstat (limited to 'src/PatchageModule.hpp')
-rw-r--r-- | src/PatchageModule.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp index 7b8c02d..56c7980 100644 --- a/src/PatchageModule.hpp +++ b/src/PatchageModule.hpp @@ -27,6 +27,7 @@ #include "StateManager.hpp" class Patchage; +class PatchagePort; class PatchageModule : public FlowCanvas::Module { @@ -40,6 +41,8 @@ public: bool show_menu(GdkEventButton* ev); void update_menu(); + PatchagePort* get_port(const std::string& name); + void load_location(); void menu_disconnect_all(); void show_dialog() {} |