summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2017-06-18 12:05:48 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2017-06-18 12:05:48 +0100
commitc2cba9e57c2d1b0c18b4094521fa98d66ca3ddde (patch)
tree09282d30942105bbb52d48d98c6019c6850bbe7a
parent3595eb75b9cdfc6eee213288525beb188eeda939 (diff)
'ARDOUR::Stripable::Sorter()' needs to be exportable (since it gets used outside of libardour)
-rw-r--r--libs/ardour/ardour/stripable.h2
1 files changed, 1 insertions, 1 deletions
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) {}