summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/selection.h
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2017-05-06 13:32:20 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2017-05-06 13:32:20 +0100
commitdea25f26927b5db856461516559524f81fcf9a3f (patch)
tree514f65c1c940a9a22728e883fb0c0090a0c4af11 /libs/ardour/ardour/selection.h
parent1eb18f8e27cd8712c1259ed919af3f14b8a5fa47 (diff)
The new class 'ARDOUR::CoreSelection' needs to be exportable (since it gets used outside of libardour)
Diffstat (limited to 'libs/ardour/ardour/selection.h')
-rw-r--r--libs/ardour/ardour/selection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/selection.h b/libs/ardour/ardour/selection.h
index 26e2c31ce1..6d022b115a 100644
--- a/libs/ardour/ardour/selection.h
+++ b/libs/ardour/ardour/selection.h
@@ -38,7 +38,7 @@ class Session;
class Stripable;
class PresentationInfo;
-class CoreSelection : public PBD::Stateful {
+class LIBARDOUR_API CoreSelection : public PBD::Stateful {
public:
CoreSelection (Session& s);
~CoreSelection ();