add export visibility macros across libardour
[ardour.git] / libs / ardour / ardour / chan_mapping.h
index 5b63844f66903efdef578ae1703cb7a9e25ed510..ebb7be402a2801d9bebe6259e160c8187df9155b 100644 (file)
@@ -34,7 +34,7 @@ namespace ARDOUR {
 /** A mapping from one set of channels to another
  * (e.g. how to 'connect' two BufferSets).
  */
-class ChanMapping {
+class LIBARDOUR_API ChanMapping {
 public:
        ChanMapping() {}
        ChanMapping(ARDOUR::ChanCount identity);