13
0

'ARDOUR::Stripable::Sorter()' needs to be exportable (since it gets used outside of libardour)

This commit is contained in:
John Emmas 2017-06-18 12:05:48 +01:00
parent 3595eb75b9
commit c2cba9e57c

View 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) {}