add wrapper for ChanMapping::get()
[ardour.git] / libs / ardour / ardour / chan_count.h
index 03e2fcd8fff58b27685f81710dd188381be959a4..b613f67a3c77cb7130a47e263078af9402f5ab9f 100644 (file)
@@ -38,7 +38,7 @@ namespace ARDOUR {
  * Operators are defined so this may safely be used as if it were a simple
  * (single-typed) integer count of channels.
  */
-class ChanCount {
+class LIBARDOUR_API ChanCount {
 public:
        ChanCount(const XMLNode& node);
        ChanCount() { reset(); }
@@ -154,7 +154,7 @@ private:
 
 } // namespace ARDOUR
 
-std::ostream& operator<<(std::ostream& o, const ARDOUR::ChanCount& c);
+LIBARDOUR_API std::ostream& operator<<(std::ostream& o, const ARDOUR::ChanCount& c);
 
 #endif // __ardour_chan_count_h__