summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Emmas <john@creativepost.co.uk>2020-04-03 10:09:22 +0100
committerJohn Emmas <john@creativepost.co.uk>2020-04-03 10:09:22 +0100
commitfb186aaaa000d67ce5b0bd0522e73c6f16edd085 (patch)
tree907967d64028cfc2b2f460ce085057a002ca4b55
parent03f52e622a8564a46c66e90528a052763cd91a39 (diff)
2 x new backend/port classes need to be exportable
-rw-r--r--libs/ardour/ardour/port_engine_shared.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/ardour/port_engine_shared.h b/libs/ardour/ardour/port_engine_shared.h
index 1e06e10cb2..9bf0e0f230 100644
--- a/libs/ardour/ardour/port_engine_shared.h
+++ b/libs/ardour/ardour/port_engine_shared.h
@@ -39,7 +39,7 @@ class PortEngineSharedImpl;
class PortManager;
-class BackendPort
+class LIBARDOUR_API BackendPort
{
protected:
BackendPort (PortEngineSharedImpl &b, const std::string&, PortFlags);
@@ -97,7 +97,7 @@ class BackendPort
}; // class BackendPort
-class PortEngineSharedImpl
+class LIBARDOUR_API PortEngineSharedImpl
{
public:
PortEngineSharedImpl (PortManager& mgr, std::string const & instance_name);