summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {}