diff options
Diffstat (limited to 'ingen/AtomSink.hpp')
-rw-r--r-- | ingen/AtomSink.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/AtomSink.hpp b/ingen/AtomSink.hpp index 73ea2423..0cfa027a 100644 --- a/ingen/AtomSink.hpp +++ b/ingen/AtomSink.hpp @@ -29,7 +29,7 @@ namespace Ingen { */ class INGEN_API AtomSink { public: - virtual ~AtomSink() {} + virtual ~AtomSink() = default; /** Write an Atom to the sink. * |