From e2d1344c7c4960da1f57e656c87c4599d81988aa Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 25 Dec 2017 12:34:07 -0500 Subject: Remove trivial destructors and use default where possible --- ingen/EngineBase.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ingen/EngineBase.hpp') diff --git a/ingen/EngineBase.hpp b/ingen/EngineBase.hpp index c8154c4c..00436c66 100644 --- a/ingen/EngineBase.hpp +++ b/ingen/EngineBase.hpp @@ -36,7 +36,7 @@ class Interface; class INGEN_API EngineBase { public: - virtual ~EngineBase() {} + virtual ~EngineBase() = default; /** Initialise the engine for local use (e.g. without a Jack driver). -- cgit v1.2.1