summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/user_bundle.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/user_bundle.h')
-rw-r--r--libs/ardour/ardour/user_bundle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/user_bundle.h b/libs/ardour/ardour/user_bundle.h
index 954e93d5d1..c33ddeaed9 100644
--- a/libs/ardour/ardour/user_bundle.h
+++ b/libs/ardour/ardour/user_bundle.h
@@ -35,7 +35,7 @@ class UserBundle : public Bundle, public PBD::Stateful {
UserBundle (std::string const &);
UserBundle (XMLNode const &, bool);
- uint32_t nchannels () const;
+ ChanCount nchannels () const;
const ARDOUR::PortList& channel_ports (uint32_t) const;
void add_channel ();