summaryrefslogtreecommitdiffstats
path: root/ingen/EngineBase.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/EngineBase.hpp')
-rw-r--r--ingen/EngineBase.hpp2
1 files changed, 1 insertions, 1 deletions
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).