summaryrefslogtreecommitdiffstats
path: root/src/PatchageModule.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PatchageModule.hpp')
-rw-r--r--src/PatchageModule.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp
index e5abe43..6953124 100644
--- a/src/PatchageModule.hpp
+++ b/src/PatchageModule.hpp
@@ -30,6 +30,8 @@ PATCHAGE_RESTORE_WARNINGS
#include <string>
+struct PortID;
+
class Patchage;
class PatchagePort;
@@ -57,7 +59,7 @@ public:
bool show_menu(GdkEventButton* ev);
void update_menu();
- PatchagePort* get_port(const std::string& name);
+ PatchagePort* get_port(const PortID& id);
void load_location();
void menu_disconnect_all();