summaryrefslogtreecommitdiffstats
path: root/src/server/DuplexPort.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-04-13 15:24:45 +0200
committerDavid Robillard <d@drobilla.net>2019-04-13 15:45:24 +0200
commitf48f9d69a541d758dc9928c0c89eae46819e660f (patch)
tree02be74793112d8b25a21728d326fe5d90afcf42a /src/server/DuplexPort.hpp
parent72eb24e672bc4fb7f3c1102f2b95c01527688afd (diff)
downloadingen-f48f9d69a541d758dc9928c0c89eae46819e660f.tar.gz
ingen-f48f9d69a541d758dc9928c0c89eae46819e660f.tar.bz2
ingen-f48f9d69a541d758dc9928c0c89eae46819e660f.zip
Clean up symbol table
Diffstat (limited to 'src/server/DuplexPort.hpp')
-rw-r--r--src/server/DuplexPort.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/server/DuplexPort.hpp b/src/server/DuplexPort.hpp
index 5b2c1e9e..59b3cb51 100644
--- a/src/server/DuplexPort.hpp
+++ b/src/server/DuplexPort.hpp
@@ -53,8 +53,9 @@ class RunContext;
*
* \ingroup engine
*/
-class DuplexPort : public InputPort
- , public boost::intrusive::slist_base_hook<> // In GraphImpl
+class INGEN_API DuplexPort
+ : public InputPort
+ , public boost::intrusive::slist_base_hook<> // In GraphImpl
{
public:
DuplexPort(BufferFactory& bufs,