Improved ExportProfileManager error handling, and added some missing (?) initialization
[ardour.git] / libs / ardour / ardour / auto_bundle.h
index 685a083e8d787db43e7775769c51403ca0f28dea..9df26a449b359ad58e5f9a3587716b271ccbbe89 100644 (file)
@@ -32,7 +32,7 @@ class AutoBundle : public Bundle {
        AutoBundle (bool i = true);
        AutoBundle (std::string const &, bool i = true);
 
-       uint32_t nchannels () const;
+       ChanCount nchannels () const;
        const PortList& channel_ports (uint32_t) const;
 
        void set_channels (uint32_t);