summaryrefslogtreecommitdiffstats
path: root/src/server/ArcImpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/ArcImpl.hpp')
-rw-r--r--src/server/ArcImpl.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/ArcImpl.hpp b/src/server/ArcImpl.hpp
index c796384a..40a6d179 100644
--- a/src/server/ArcImpl.hpp
+++ b/src/server/ArcImpl.hpp
@@ -49,11 +49,11 @@ class InputPort;
class ArcImpl
: private Raul::Noncopyable
, public Arc
- , public boost::intrusive::slist_base_hook<
- boost::intrusive::link_mode<boost::intrusive::auto_unlink> >
+ , public boost::intrusive::slist_base_hook<>
{
public:
ArcImpl(PortImpl* tail, PortImpl* head);
+ ~ArcImpl();
inline PortImpl* tail() const { return _tail; }
inline PortImpl* head() const { return _head; }