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/GraphImpl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/GraphImpl.hpp') diff --git a/src/server/GraphImpl.hpp b/src/server/GraphImpl.hpp index a03d3faa..3e3c6159 100644 --- a/src/server/GraphImpl.hpp +++ b/src/server/GraphImpl.hpp @@ -46,7 +46,7 @@ class RunContext; * * \ingroup engine */ -class GraphImpl : public BlockImpl +class GraphImpl final : public BlockImpl { public: GraphImpl(Engine& engine, -- cgit v1.2.1