diff options
Diffstat (limited to 'src/server/DuplexPort.hpp')
-rw-r--r-- | src/server/DuplexPort.hpp | 5 |
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, |