Fix multi-channel delaylines #7409 part 2/2
[ardour.git] / libs / ardour / ardour / stripable.h
index 3baa06c6ab2da09d371121e401b17b1b23be4309..3bc2cc33571721874d3834973dc52ae94584b5eb 100644 (file)
@@ -87,7 +87,7 @@ class LIBARDOUR_API Stripable : public SessionObject,
 
        void  set_presentation_order (PresentationInfo::order_t);
 
-       struct Sorter
+       struct LIBARDOUR_API Sorter
        {
                bool _mixer_order; // master is last
                Sorter (bool mixer_order = false) : _mixer_order (mixer_order) {}