From 7859da2568147cc06ea70992a1baed2ceaae619a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 8 Dec 2019 21:11:49 +0100 Subject: Fix use of virtual functions in destructors --- src/server/DuplexPort.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/DuplexPort.hpp') diff --git a/src/server/DuplexPort.hpp b/src/server/DuplexPort.hpp index 59b3cb51..6b3d0ae6 100644 --- a/src/server/DuplexPort.hpp +++ b/src/server/DuplexPort.hpp @@ -53,7 +53,7 @@ class RunContext; * * \ingroup engine */ -class INGEN_API DuplexPort +class INGEN_API DuplexPort final : public InputPort , public boost::intrusive::slist_base_hook<> // In GraphImpl { -- cgit v1.2.1