summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/bundle.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/bundle.h')
-rw-r--r--libs/ardour/ardour/bundle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/bundle.h b/libs/ardour/ardour/bundle.h
index 8b1af39e75..f9971ddf15 100644
--- a/libs/ardour/ardour/bundle.h
+++ b/libs/ardour/ardour/bundle.h
@@ -90,6 +90,7 @@ class Bundle : public sigc::trackable
void remove_port_from_channel (uint32_t, std::string);
bool port_attached_to_channel (uint32_t, std::string);
bool uses_port (std::string) const;
+ bool offers_port_alone (std::string) const;
void remove_channel (uint32_t);
void remove_channels ();