From c2cba9e57c2d1b0c18b4094521fa98d66ca3ddde Mon Sep 17 00:00:00 2001 From: John Emmas Date: Sun, 18 Jun 2017 12:05:48 +0100 Subject: 'ARDOUR::Stripable::Sorter()' needs to be exportable (since it gets used outside of libardour) --- libs/ardour/ardour/stripable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/ardour') diff --git a/libs/ardour/ardour/stripable.h b/libs/ardour/ardour/stripable.h index 3baa06c6ab..3bc2cc3357 100644 --- a/libs/ardour/ardour/stripable.h +++ b/libs/ardour/ardour/stripable.h @@ -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) {} -- cgit v1.2.3